Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp15 #define GET_PROC_LOCAL(F) GrGL ## F ## Proc F = (GrGL ## F ## Proc) get(ctx, "gl" #F) macro
20 GET_PROC_LOCAL(GetString); in GrGLAssembleInterface()
56 GET_PROC_LOCAL(GetString); in GrGLAssembleGLInterface()
57 GET_PROC_LOCAL(GetStringi); in GrGLAssembleGLInterface()
58 GET_PROC_LOCAL(GetIntegerv); in GrGLAssembleGLInterface()
516 GET_PROC_LOCAL(GetString); in GrGLAssembleGLESInterface()
528 GET_PROC_LOCAL(GetIntegerv); in GrGLAssembleGLESInterface()
529 GET_PROC_LOCAL(GetStringi); in GrGLAssembleGLESInterface()