Home
last modified time | relevance | path

Searched refs:SetVertexCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.h302 void SetVertexCount(int count);
Dshader_program.cpp1114 void ShaderProgram::SetVertexCount(int count) { in SetVertexCount() function in android::filterfw::ShaderProgram
/frameworks/base/media/mca/filterfw/jni/
Djni_shader_program.cpp247 program->SetVertexCount(vertex_count); in Java_android_filterfw_core_ShaderProgram_setShaderVertexCount()