OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GR_GL_CALL_RET
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLContext.cpp
30
GR_GL_CALL_RET
(interface, verUByte, GetString(GR_GL_VERSION));
34
GR_GL_CALL_RET
(interface, rendererUByte, GetString(GR_GL_RENDERER));
GrGLPathRange.cpp
45
GR_GL_CALL_RET
(gpu->glInterface(), isPath, IsPath(fBasePathID + index)));
GrGLUtil.cpp
203
GR_GL_CALL_RET
(gl, v, GetString(GR_GL_VERSION));
209
GR_GL_CALL_RET
(gl, v, GetString(GR_GL_SHADING_LANGUAGE_VERSION));
215
GR_GL_CALL_RET
(gl, v, GetString(GR_GL_VENDOR));
221
GR_GL_CALL_RET
(gl, v, GetString(GR_GL_RENDERER));
GrGLBufferImpl.cpp
98
GR_GL_CALL_RET
(gpu->glInterface(), fMapPtr,
112
GR_GL_CALL_RET
(gpu->glInterface(),
126
GR_GL_CALL_RET
(gpu->glInterface(),
GrGLUtil.h
168
#define
GR_GL_CALL_RET
(IFACE, RET, X) \
174
// same as
GR_GL_CALL_RET
but always skips the error check.
GrGLProgram.cpp
24
#define GL_CALL_RET(R, X)
GR_GL_CALL_RET
(fGpu->glInterface(), R, X)
GrGLPathRendering.cpp
21
#define GL_CALL_RET(RET, X)
GR_GL_CALL_RET
(fGpu->glInterface(), RET, X)
GrGpuGL.cpp
18
#define GL_CALL_RET(RET, X)
GR_GL_CALL_RET
(this->glInterface(), RET, X)
[
all
...]
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLShaderStringBuilder.cpp
15
#define GL_CALL_RET(R, X)
GR_GL_CALL_RET
(gpu->glInterface(), R, X)
28
GR_GL_CALL_RET
(gli, shaderId, CreateShader(type));
GrGLVertexShaderBuilder.cpp
15
#define GL_CALL_RET(R, X)
GR_GL_CALL_RET
(gpu->glInterface(), R, X)
GrGLFragmentShaderBuilder.cpp
15
#define GL_CALL_RET(R, X)
GR_GL_CALL_RET
(gpu->glInterface(), R, X)
GrGLProgramBuilder.cpp
22
#define GL_CALL_RET(R, X)
GR_GL_CALL_RET
(this->gpu()->glInterface(), R, X)
Completed in 44 milliseconds