Searched refs:glTransformPathNV (Results 1 – 9 of 9) sorted by relevance
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 760 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTransformPathNV); 1608 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glTransformPathNV); in init_stub_library()
|
D | stubs_arm64.cc | 760 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTransformPathNV); 1608 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glTransformPathNV); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 760 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTransformPathNV); 1608 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glTransformPathNV); in init_stub_library()
|
D | stubs_arm.cc | 760 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTransformPathNV); 1608 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glTransformPathNV); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 830 #define glTransformPathNV wrap_glTransformPathNV macro
|
D | gles_undefine.h | 829 #undef glTransformPathNV
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1150 void API_ENTRY(glTransformPathNV)(GLuint resultPath, GLuint srcPath, GLenum transformType, const GL… 1151 CALL_GL_API(glTransformPathNV, resultPath, srcPath, transformType, transformValues);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 910 GL_ENTRY(void, glTransformPathNV, GLuint resultPath, GLuint srcPath, GLenum transformType, const GL…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 3170 GL_APICALL void GL_APIENTRY glTransformPathNV (GLuint resultPath, GLuint srcPath, GLenum transformT…
|