Home
last modified time | relevance | path

Searched refs:glPathParameterfNV (Results 1 – 9 of 9) sorted by relevance

/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc535 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPathParameterfNV);
1383 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glPathParameterfNV); in init_stub_library()
Dstubs_arm64.cc535 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPathParameterfNV);
1383 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glPathParameterfNV); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc535 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPathParameterfNV);
1383 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glPathParameterfNV); in init_stub_library()
Dstubs_arm.cc535 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPathParameterfNV);
1383 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glPathParameterfNV); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h596 #define glPathParameterfNV wrap_glPathParameterfNV macro
Dgles_undefine.h595 #undef glPathParameterfNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in1162 void API_ENTRY(glPathParameterfNV)(GLuint path, GLenum pname, GLfloat value) {
1163 CALL_GL_API(glPathParameterfNV, path, pname, value);
/frameworks/native/opengl/libs/
Dentries.in641 GL_ENTRY(void, glPathParameterfNV, GLuint path, GLenum pname, GLfloat value)
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h3174 GL_APICALL void GL_APIENTRY glPathParameterfNV (GLuint path, GLenum pname, GLfloat value);