Home
last modified time | relevance | path

Searched refs:SetTileCounts (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.h355 void SetTileCounts(int x_count, int y_count);
H A Dshader_program.cpp602 void ShaderProgram::SetTileCounts(int x_count, int y_count) { in SetTileCounts() function in android::filterfw::ShaderProgram
/aosp12/frameworks/base/media/mca/filterfw/jni/
H A Djni_shader_program.cpp236 program->SetTileCounts(x_count, y_count); in Java_android_filterfw_core_ShaderProgram_setShaderTileCounts()