Searched refs:x_count (Results 1 – 4 of 4) sorted by relevance
232 jint x_count, in Java_android_filterfw_core_ShaderProgram_setShaderTileCounts() argument236 program->SetTileCounts(x_count, y_count); in Java_android_filterfw_core_ShaderProgram_setShaderTileCounts()
117 jint x_count,
355 void SetTileCounts(int x_count, int y_count);
602 void ShaderProgram::SetTileCounts(int x_count, int y_count) { in SetTileCounts() argument603 tile_x_count_ = x_count; in SetTileCounts()