Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h286 GrGLFunction<GrGLUniform1iProc> fUniform1i; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp444 functions->fUniform1i = noOpGLUniform1i; in GrGLCreateNullInterface()
DSkNullGLContext.cpp493 functions->fUniform1i = noOpGLUniform1i; in create_null_interface()
DGrGLInterface.cpp173 nullptr == fFunctions.fUniform1i || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp935 functions->fUniform1i = noOpGLUniform1i; in GrGLCreateDebugInterface()