/external/skqp/src/gpu/gl/ |
D | GrGLContext.cpp | 21 GR_GL_CALL_RET(interface.get(), verUByte, GetString(GR_GL_VERSION)); in Make() 25 GR_GL_CALL_RET(interface.get(), rendererUByte, GetString(GR_GL_RENDERER)); in Make()
|
D | GrGLUtil.cpp | 503 GR_GL_CALL_RET(gl, v, GetString(GR_GL_VERSION)); in GrGLGetVersion() 509 GR_GL_CALL_RET(gl, v, GetString(GR_GL_SHADING_LANGUAGE_VERSION)); in GrGLGetGLSLVersion() 515 GR_GL_CALL_RET(gl, v, GetString(GR_GL_VENDOR)); in GrGLGetVendor() 521 GR_GL_CALL_RET(gl, rendererString, GetString(GR_GL_RENDERER)); in GrGLGetRenderer()
|
D | GrGLRenderTarget.cpp | 128 GR_GL_CALL_RET(interface, status, CheckFramebufferStatus(GR_GL_FRAMEBUFFER)); in completeStencilAttachment() 158 GR_GL_CALL_RET(interface, status, CheckFramebufferStatus(GR_GL_FRAMEBUFFER)); in completeStencilAttachment()
|
D | GrGLUniformHandler.cpp | 17 #define GL_CALL_RET(R, X) GR_GL_CALL_RET(this->glGpu()->glInterface(), R, X)
|
D | GrGLProgram.cpp | 24 #define GL_CALL_RET(R, X) GR_GL_CALL_RET(fGpu->glInterface(), R, X)
|
D | GrGLUtil.h | 244 #define GR_GL_CALL_RET(IFACE, RET, X) \ macro
|
D | GrGLBuffer.cpp | 14 #define GL_CALL_RET(RET, X) GR_GL_CALL_RET(this->glGpu()->glInterface(), RET, X)
|
D | GrGLPathRendering.cpp | 20 #define GL_CALL_RET(RET, X) GR_GL_CALL_RET(this->gpu()->glInterface(), RET, X)
|
/external/skia/src/gpu/gl/ |
D | GrGLContext.cpp | 25 GR_GL_CALL_RET(interface.get(), verUByte, GetString(GR_GL_VERSION)); in Make() 29 GR_GL_CALL_RET(interface.get(), rendererUByte, GetString(GR_GL_RENDERER)); in Make()
|
D | GrGLUtil.cpp | 588 GR_GL_CALL_RET(gl, v, GetString(GR_GL_VERSION)); in GrGLGetVersion() 594 GR_GL_CALL_RET(gl, v, GetString(GR_GL_SHADING_LANGUAGE_VERSION)); in GrGLGetGLSLVersion() 600 GR_GL_CALL_RET(gl, v, GetString(GR_GL_VENDOR)); in GrGLGetVendor() 606 GR_GL_CALL_RET(gl, rendererString, GetString(GR_GL_RENDERER)); in GrGLGetRenderer()
|
D | GrGLRenderTarget.cpp | 124 GR_GL_CALL_RET(interface, status, CheckFramebufferStatus(GR_GL_FRAMEBUFFER)); in completeStencilAttachment() 154 GR_GL_CALL_RET(interface, status, CheckFramebufferStatus(GR_GL_FRAMEBUFFER)); in completeStencilAttachment()
|
D | GrGLUniformHandler.cpp | 17 #define GL_CALL_RET(R, X) GR_GL_CALL_RET(this->glGpu()->glInterface(), R, X)
|
D | GrGLProgram.cpp | 25 #define GL_CALL_RET(R, X) GR_GL_CALL_RET(fGpu->glInterface(), R, X)
|
D | GrGLBuffer.cpp | 15 #define GL_CALL_RET(RET, X) GR_GL_CALL_RET(this->glGpu()->glInterface(), RET, X)
|
D | GrGLPathRendering.cpp | 20 #define GL_CALL_RET(RET, X) GR_GL_CALL_RET(this->gpu()->glInterface(), RET, X)
|
D | GrGLUtil.h | 269 #define GR_GL_CALL_RET(IFACE, RET, X) \ macro
|
/external/skqp/src/gpu/gl/builders/ |
D | GrGLShaderStringBuilder.cpp | 18 #define GL_CALL_RET(R, X) GR_GL_CALL_RET(gpu->glInterface(), R, X) 124 GR_GL_CALL_RET(gli, shaderId, CreateShader(type)); in GrGLCompileAndAttachShader()
|
/external/skqp/tools/gpu/gl/angle/ |
D | GLTestContext_angle.cpp | 252 GR_GL_CALL_RET(gl.get(), rendererUByte, GetString(GR_GL_RENDERER)); in ANGLEGLContext() 285 GR_GL_CALL_RET(this->gl(), img, in texture2DToEGLImage()
|
/external/skia/src/gpu/gl/builders/ |
D | GrGLShaderStringBuilder.cpp | 75 GR_GL_CALL_RET(gli, shaderId, CreateShader(type)); in GrGLCompileAndAttachShader()
|
D | GrGLProgramBuilder.cpp | 34 #define GL_CALL_RET(R, X) GR_GL_CALL_RET(this->gpu()->glInterface(), R, X) 576 GR_GL_CALL_RET(gl, programID, CreateProgram()); in PrecompileProgram()
|
/external/skia/bench/ |
D | nanobench.cpp | 260 GR_GL_CALL_RET(gl, version, GetString(GR_GL_VERSION)); in fillOptions() 263 GR_GL_CALL_RET(gl, version, GetString(GR_GL_RENDERER)); in fillOptions() 266 GR_GL_CALL_RET(gl, version, GetString(GR_GL_VENDOR)); in fillOptions() 269 GR_GL_CALL_RET(gl, version, GetString(GR_GL_SHADING_LANGUAGE_VERSION)); in fillOptions()
|
/external/skqp/bench/ |
D | nanobench.cpp | 221 GR_GL_CALL_RET(gl, version, GetString(GR_GL_VERSION)); in fillOptions() 224 GR_GL_CALL_RET(gl, version, GetString(GR_GL_RENDERER)); in fillOptions() 227 GR_GL_CALL_RET(gl, version, GetString(GR_GL_VENDOR)); in fillOptions() 230 GR_GL_CALL_RET(gl, version, GetString(GR_GL_SHADING_LANGUAGE_VERSION)); in fillOptions()
|
/external/skqp/tests/ |
D | SurfaceSemaphoreTest.cpp | 239 GR_GL_CALL_RET(interface, result, IsSync(sync)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skia/tests/ |
D | SurfaceSemaphoreTest.cpp | 257 GR_GL_CALL_RET(interface, result, IsSync(sync)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skqp/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 249 GR_GL_CALL_RET(this->gl(), img, in texture2DToEGLImage()
|