Searched refs:x_count (Results 1 – 4 of 4) sorted by relevance
239 jint x_count, in Java_android_filterfw_core_ShaderProgram_setShaderTileCounts() argument243 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);
609 void ShaderProgram::SetTileCounts(int x_count, int y_count) { in SetTileCounts() argument610 tile_x_count_ = x_count; in SetTileCounts()