Home
last modified time | relevance | path

Searched refs:x_count (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/mca/filterfw/jni/
Djni_shader_program.cpp232 jint x_count, in Java_android_filterfw_core_ShaderProgram_setShaderTileCounts() argument
236 program->SetTileCounts(x_count, y_count); in Java_android_filterfw_core_ShaderProgram_setShaderTileCounts()
Djni_shader_program.h117 jint x_count,
/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.h355 void SetTileCounts(int x_count, int y_count);
Dshader_program.cpp602 void ShaderProgram::SetTileCounts(int x_count, int y_count) { in SetTileCounts() argument
603 tile_x_count_ = x_count; in SetTileCounts()