Searched refs:glNamedFramebufferSampleLocationsfvNV (Results 1 – 9 of 9) sorted by relevance
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 518 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glNamedFramebufferSampleLocationsfvNV); 1366 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glNamedFramebufferSampleLocationsfvNV); in init_stub_library()
|
D | stubs_arm64.cc | 518 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glNamedFramebufferSampleLocationsfvNV); 1366 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glNamedFramebufferSampleLocationsfvNV); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 518 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glNamedFramebufferSampleLocationsfvNV); 1366 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glNamedFramebufferSampleLocationsfvNV); in init_stub_library()
|
D | stubs_arm.cc | 518 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glNamedFramebufferSampleLocationsfvNV); 1366 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glNamedFramebufferSampleLocationsfvNV); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 571 #define glNamedFramebufferSampleLocationsfvNV wrap_glNamedFramebufferSampleLocationsfvNV macro
|
D | gles_undefine.h | 570 #undef glNamedFramebufferSampleLocationsfvNV
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1348 void API_ENTRY(glNamedFramebufferSampleLocationsfvNV)(GLuint framebuffer, GLuint start, GLsizei cou… 1349 CALL_GL_API(glNamedFramebufferSampleLocationsfvNV, framebuffer, start, count, v);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 616 GL_ENTRY(void, glNamedFramebufferSampleLocationsfvNV, GLuint framebuffer, GLuint start, GLsizei cou…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 3317 GL_APICALL void GL_APIENTRY glNamedFramebufferSampleLocationsfvNV (GLuint framebuffer, GLuint start…
|