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

/frameworks/base/media/mca/filterfw/jni/
H A Djni_shader_program.h117 jint x_count,
H A Djni_shader_program.cpp239 jint x_count,
243 program->SetTileCounts(x_count, y_count);
237 Java_android_filterfw_core_ShaderProgram_setShaderTileCounts(JNIEnv* env, jobject thiz, jint x_count, jint y_count) argument
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.h355 void SetTileCounts(int x_count, int y_count);
H A Dshader_program.cpp609 void ShaderProgram::SetTileCounts(int x_count, int y_count) { argument
610 tile_x_count_ = x_count;

Completed in 170 milliseconds