Searched refs:glViewportIndexedfNV (Results 1 – 9 of 9) sorted by relevance
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 854 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glViewportIndexedfNV); 1702 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glViewportIndexedfNV); in init_stub_library()
|
D | stubs_arm64.cc | 854 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glViewportIndexedfNV); 1702 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glViewportIndexedfNV); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 854 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glViewportIndexedfNV); 1702 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glViewportIndexedfNV); in init_stub_library()
|
D | stubs_arm.cc | 854 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glViewportIndexedfNV); 1702 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glViewportIndexedfNV); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 909 #define glViewportIndexedfNV wrap_glViewportIndexedfNV macro
|
D | gles_undefine.h | 908 #undef glViewportIndexedfNV
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1357 void API_ENTRY(glViewportIndexedfNV)(GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h) { 1358 CALL_GL_API(glViewportIndexedfNV, index, x, y, w, h);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 1008 GL_ENTRY(void, glViewportIndexedfNV, GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 3382 GL_APICALL void GL_APIENTRY glViewportIndexedfNV (GLuint index, GLfloat x, GLfloat y, GLfloat w, GL…
|