HomeSort by relevance Sort by last modified time
    Searched refs:GL_CALL_RET (Results 1 - 14 of 14) sorted by null

  /external/skia/src/gpu/gl/
GrGLUniformHandler.cpp 17 #define GL_CALL_RET(R, X) GR_GL_CALL_RET(this->glGpu()->glInterface(), R, X)
120 GL_CALL_RET(location, GetUniformLocation(programID, fUniforms[i].fVariable.c_str()));
125 GL_CALL_RET(location, GetUniformLocation(programID, fSamplers[i].fVariable.c_str()));
GrGLBuffer.cpp 14 #define GL_CALL_RET(RET, X) GR_GL_CALL_RET(this->glGpu()->glInterface(), RET, X)
182 GL_CALL_RET(fMapPtr, MapBuffer(target, readOnly ? GR_GL_READ_ONLY : GR_GL_WRITE_ONLY));
196 GL_CALL_RET(fMapPtr, MapBufferRange(target, 0, this->size(),
206 GL_CALL_RET(fMapPtr, MapBufferSubData(target, 0, this->size(),
GrGLPathRendering.cpp 20 #define GL_CALL_RET(RET, X) GR_GL_CALL_RET(this->gpu()->glInterface(), RET, X)
208 GL_CALL_RET(firstID, GenPaths(allocAmount));
237 GL_CALL_RET(firstID, GenPaths(range));
GrGLGpu.cpp 43 #define GL_CALL_RET(RET, X) GR_GL_CALL_RET(this->glInterface(), RET, X)
    [all...]
GrGLProgram.cpp 24 #define GL_CALL_RET(R, X) GR_GL_CALL_RET(fGpu->glInterface(), R, X)
  /external/skqp/src/gpu/gl/
GrGLUniformHandler.cpp 17 #define GL_CALL_RET(R, X) GR_GL_CALL_RET(this->glGpu()->glInterface(), R, X)
125 GL_CALL_RET(location, GetUniformLocation(programID, fUniforms[i].fVariable.c_str()));
130 GL_CALL_RET(location, GetUniformLocation(programID, fSamplers[i].fVariable.c_str()));
GrGLBuffer.cpp 14 #define GL_CALL_RET(RET, X) GR_GL_CALL_RET(this->glGpu()->glInterface(), RET, X)
180 GL_CALL_RET(fMapPtr, MapBuffer(target, readOnly ? GR_GL_READ_ONLY : GR_GL_WRITE_ONLY));
194 GL_CALL_RET(fMapPtr, MapBufferRange(target, 0, this->sizeInBytes(),
204 GL_CALL_RET(fMapPtr, MapBufferSubData(target, 0, this->sizeInBytes(),
GrGLPathRendering.cpp 20 #define GL_CALL_RET(RET, X) GR_GL_CALL_RET(this->gpu()->glInterface(), RET, X)
208 GL_CALL_RET(firstID, GenPaths(allocAmount));
237 GL_CALL_RET(firstID, GenPaths(range));
GrGLGpu.cpp 42 #define GL_CALL_RET(RET, X) GR_GL_CALL_RET(this->glInterface(), RET, X)
    [all...]
GrGLProgram.cpp 24 #define GL_CALL_RET(R, X) GR_GL_CALL_RET(fGpu->glInterface(), R, X)
  /external/skia/src/gpu/gl/builders/
GrGLProgramBuilder.cpp 30 #define GL_CALL_RET(R, X) GR_GL_CALL_RET(this->gpu()->glInterface(), R, X)
265 GL_CALL_RET(programID, CreateProgram());
513 GL_CALL_RET(location, GetProgramResourceLocation(
GrGLShaderStringBuilder.cpp 18 #define GL_CALL_RET(R, X) GR_GL_CALL_RET(gpu->glInterface(), R, X)
  /external/skqp/src/gpu/gl/builders/
GrGLProgramBuilder.cpp 30 #define GL_CALL_RET(R, X) GR_GL_CALL_RET(this->gpu()->glInterface(), R, X)
217 GL_CALL_RET(programID, CreateProgram());
444 GL_CALL_RET(location, GetProgramResourceLocation(
GrGLShaderStringBuilder.cpp 18 #define GL_CALL_RET(R, X) GR_GL_CALL_RET(gpu->glInterface(), R, X)

Completed in 57 milliseconds