Searched refs:InvalidateSubFramebuffer (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLAssembleGLInterfaceAutogen.cpp | 476 GET_PROC(InvalidateSubFramebuffer); in GrGLMakeAssembledGLInterface() 479 GET_PROC(InvalidateSubFramebuffer); in GrGLMakeAssembledGLInterface()
|
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 248 GET_PROC(InvalidateSubFramebuffer); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 447 GET_PROC(InvalidateSubFramebuffer); in GrGLMakeAssembledGLESInterface()
|
/external/skqp/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 362 GET_PROC(InvalidateSubFramebuffer); in GrGLMakeAssembledGLInterface() 730 GET_PROC(InvalidateSubFramebuffer); in GrGLMakeAssembledGLESInterface()
|
/external/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 675 "InvalidateFramebuffer", "InvalidateSubFramebuffer",
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv3.cpp | 3543 void GL_APIENTRY InvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *atta… in InvalidateSubFramebuffer() function 3616 …InvalidateSubFramebuffer(target, numAttachments, attachments, 0, 0, std::numeric_limits<GLsizei>::… in InvalidateFramebuffer()
|
D | entry_points.h | 328 …void GL_APIENTRY InvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *att…
|
D | entry_points.cpp | 1517 return gl::InvalidateSubFramebuffer(target, numAttachments, attachments, x, y, width, height); in glInvalidateSubFramebuffer()
|
D | libGLESv2.cpp | 6453 FUNCTION(InvalidateSubFramebuffer), in es2GetProcAddress()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_3_0_autogen.cpp | 1700 ANGLE_CAPTURE(InvalidateSubFramebuffer, isCallValid, context, target, numAttachments, in GL_InvalidateSubFramebuffer()
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 4955 ANGLE_CAPTURE(InvalidateSubFramebuffer, isCallValid, context, target, numAttachments, in GL_InvalidateSubFramebuffer()
|