Searched refs:glWeightPathsNV (Results 1 – 9 of 9) sorted by relevance
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 864 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glWeightPathsNV); 1712 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glWeightPathsNV); in init_stub_library()
|
D | stubs_arm64.cc | 864 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glWeightPathsNV); 1712 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glWeightPathsNV); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 864 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glWeightPathsNV); 1712 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glWeightPathsNV); in init_stub_library()
|
D | stubs_arm.cc | 864 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glWeightPathsNV); 1712 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glWeightPathsNV); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 913 #define glWeightPathsNV wrap_glWeightPathsNV macro
|
D | gles_undefine.h | 912 #undef glWeightPathsNV
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1141 void API_ENTRY(glWeightPathsNV)(GLuint resultPath, GLsizei numPaths, const GLuint *paths, const GLf… 1142 CALL_GL_API(glWeightPathsNV, resultPath, numPaths, paths, weights);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 1018 GL_ENTRY(void, glWeightPathsNV, GLuint resultPath, GLsizei numPaths, const GLuint *paths, const GLf…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 3167 GL_APICALL void GL_APIENTRY glWeightPathsNV (GLuint resultPath, GLsizei numPaths, const GLuint *pat…
|