OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrGLPathParameterfvProc
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/include/gpu/gl/
GrGLInterface.h
318
GLPtr<
GrGLPathParameterfvProc
> fPathParameterfv;
GrGLFunctions.h
201
typedef GrGLvoid (GR_GL_FUNCTION_TYPE*
GrGLPathParameterfvProc
)(GrGLuint path, GrGLenum pname, const GrGLfloat *value);
/external/skia/include/gpu/gl/
GrGLInterface.h
318
GLPtr<
GrGLPathParameterfvProc
> fPathParameterfv;
GrGLFunctions.h
201
typedef GrGLvoid (GR_GL_FUNCTION_TYPE*
GrGLPathParameterfvProc
)(GrGLuint path, GrGLenum pname, const GrGLfloat *value);
/external/chromium_org/third_party/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp
373
interface->fPathParameterfv = (
GrGLPathParameterfvProc
) eglGetProcAddress("glPathParameterfvNV");
/external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp
373
interface->fPathParameterfv = (
GrGLPathParameterfvProc
) eglGetProcAddress("glPathParameterfvNV");
Completed in 901 milliseconds