Searched refs:y_count (Results 1 – 4 of 4) sorted by relevance
240 jint y_count) { in Java_android_filterfw_core_ShaderProgram_setShaderTileCounts() argument243 program->SetTileCounts(x_count, y_count); in Java_android_filterfw_core_ShaderProgram_setShaderTileCounts()
118 jint y_count);
355 void SetTileCounts(int x_count, int y_count);
602 void ShaderProgram::SetTileCounts(int x_count, int y_count) { in SetTileCounts() argument604 tile_y_count_ = y_count; in SetTileCounts()