Searched refs:GL_ALLOC_CALL (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 34 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call) macro 38 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL(iface, call) macro 379 GL_ALLOC_CALL(this->glInterface(), in createPLSSetupProgram() 1012 GL_ALLOC_CALL(this->glInterface(), TexImage2D( in uploadTexData() 1089 GL_ALLOC_CALL(this->glInterface(), in uploadCompressedTexData() 1129 GL_ALLOC_CALL(ctx.interface(), in renderbuffer_storage_msaa() 1136 GL_ALLOC_CALL(ctx.interface(), in renderbuffer_storage_msaa() 1144 GL_ALLOC_CALL(ctx.interface(), in renderbuffer_storage_msaa() 1435 GL_ALLOC_CALL(this->glInterface(), TexImage2D(GR_GL_TEXTURE_2D, in getCompatibleStencilIndex() 1472 GL_ALLOC_CALL(this->glInterface(), RenderbufferStorage(GR_GL_RENDERBUFFER, in getCompatibleStencilIndex() [all …]
|