Searched refs:glViewportIndexedfvNV (Results 1 – 9 of 9) sorted by relevance
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 856 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glViewportIndexedfvNV); 1704 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glViewportIndexedfvNV); in init_stub_library()
|
D | stubs_arm64.cc | 856 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glViewportIndexedfvNV); 1704 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glViewportIndexedfvNV); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 856 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glViewportIndexedfvNV); 1704 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glViewportIndexedfvNV); in init_stub_library()
|
D | stubs_arm.cc | 856 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glViewportIndexedfvNV); 1704 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glViewportIndexedfvNV); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 910 #define glViewportIndexedfvNV wrap_glViewportIndexedfvNV macro
|
D | gles_undefine.h | 909 #undef glViewportIndexedfvNV
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1360 void API_ENTRY(glViewportIndexedfvNV)(GLuint index, const GLfloat *v) { 1361 CALL_GL_API(glViewportIndexedfvNV, index, v);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 1010 GL_ENTRY(void, glViewportIndexedfvNV, GLuint index, const GLfloat *v)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 3383 GL_APICALL void GL_APIENTRY glViewportIndexedfvNV (GLuint index, const GLfloat *v);
|