Searched refs:glFramebufferTextureMultiviewOVR (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 135 glFramebufferTextureMultiviewOVR; # introduced=28
|
D | entries.in | 296 GL_ENTRY(void, glFramebufferTextureMultiviewOVR, GLenum target, GLenum attachment, GLuint texture, …
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 265 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureMultiviewOVR); 1113 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTextureMultiviewOVR); in init_stub_library()
|
D | stubs_arm64.cc | 265 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureMultiviewOVR); 1113 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTextureMultiviewOVR); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 265 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureMultiviewOVR); 1113 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTextureMultiviewOVR); in init_stub_library()
|
D | stubs_arm.cc | 265 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureMultiviewOVR); 1113 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTextureMultiviewOVR); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 289 #define glFramebufferTextureMultiviewOVR wrap_glFramebufferTextureMultiviewOVR macro
|
D | gles_undefine.h | 288 #undef glFramebufferTextureMultiviewOVR
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1393 void API_ENTRY(glFramebufferTextureMultiviewOVR)(GLenum target, GLenum attachment, GLuint texture, … 1394 …CALL_GL_API(glFramebufferTextureMultiviewOVR, target, attachment, texture, level, baseViewIndex, n…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 3428 GL_APICALL void GL_APIENTRY glFramebufferTextureMultiviewOVR (GLenum target, GLenum attachment, GLu…
|