OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GL_ALLOC_CALL
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/gpu/gl/
GrGLBuffer.cpp
18
#define
GL_ALLOC_CALL
(iface, call) GR_GL_CALL_NOERRCHECK(iface, call)
22
#define
GL_ALLOC_CALL
(iface, call) GR_GL_CALL(iface, call)
109
GL_ALLOC_CALL
(gpu->glInterface(), BufferData(target,
GrGLGpu.cpp
49
#define
GL_ALLOC_CALL
(iface, call) GR_GL_CALL_NOERRCHECK(iface, call)
53
#define
GL_ALLOC_CALL
(iface, call) GR_GL_CALL(iface, call)
[
all
...]
/external/skqp/src/gpu/gl/
GrGLBuffer.cpp
18
#define
GL_ALLOC_CALL
(iface, call) GR_GL_CALL_NOERRCHECK(iface, call)
22
#define
GL_ALLOC_CALL
(iface, call) GR_GL_CALL(iface, call)
107
GL_ALLOC_CALL
(gpu->glInterface(), BufferData(target,
GrGLGpu.cpp
48
#define
GL_ALLOC_CALL
(iface, call) GR_GL_CALL_NOERRCHECK(iface, call)
52
#define
GL_ALLOC_CALL
(iface, call) GR_GL_CALL(iface, call)
[
all
...]
Completed in 157 milliseconds