Searched refs:glInterpolatePathsNV (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 478 #define glInterpolatePathsNV wrap_glInterpolatePathsNV macro
|
D | gles_undefine.h | 478 #undef glInterpolatePathsNV
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 850 void API_ENTRY(glInterpolatePathsNV)(GLuint resultPath, GLuint pathA, GLuint pathB, GLfloat weight)… 851 CALL_GL_API(glInterpolatePathsNV, resultPath, pathA, pathB, weight);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 2586 GL_APICALL void GL_APIENTRY glInterpolatePathsNV (GLuint resultPath, GLuint pathA, GLuint pathB, GL…
|
/frameworks/native/opengl/libs/ |
D | entries.in | 462 GL_ENTRY(void, glInterpolatePathsNV, GLuint resultPath, GLuint pathA, GLuint pathB, GLfloat weight)
|