Home
last modified time | relevance | path

Searched refs:fVertexAttrib1f (Results 1 – 5 of 5) sorted by relevance

/external/skia/include/gpu/gl/
DGrGLInterface.h308 GrGLFunction<GrGLVertexAttrib1fProc> fVertexAttrib1f; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp464 functions->fVertexAttrib1f = noOpGLVertexAttrib1f; in GrGLCreateNullInterface()
DSkNullGLContext.cpp513 functions->fVertexAttrib1f = noOpGLVertexAttrib1f; in create_null_interface()
DGrGLInterface.cpp192 nullptr == fFunctions.fVertexAttrib1f || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp955 functions->fVertexAttrib1f = noOpGLVertexAttrib1f; in GrGLCreateDebugInterface()