Searched refs:BlitFramebufferANGLE (Results 1 – 6 of 6) sorted by relevance
/external/angle/extensions/ |
D | ANGLE_framebuffer_blit.txt | 57 void BlitFramebufferANGLE(int srcX0, int srcY0, int srcX1, int srcY1, 121 "BlitFramebufferANGLE transfers a rectangle of pixel values from one 124 BlitFramebufferANGLE(int srcX0, int srcY0, int srcX1, int srcY1, 172 Calling BlitFramebufferANGLE will result in an 177 Calling BlitFramebufferANGLE will result in an INVALID_OPERATION 181 Calling BlitFramebufferANGLE will result in an INVALID_OPERATION 314 BlitFramebufferANGLE is called while the 318 BlitFramebufferANGLE, ReadPixels, CopyTex{Sub}Image*, is called while the 325 The error INVALID_VALUE is generated by BlitFramebufferANGLE if 329 The error INVALID_OPERATION is generated if BlitFramebufferANGLE is [all …]
|
D | ANGLE_framebuffer_multisample.txt | 63 BlitFramebufferANGLE (provided by the ANGLE_framebuffer_blit 139 BlitFramebufferANGLE must be identical and must specify the complete 258 BlitFramebufferANGLE is called. 263 BlitFramebufferANGLE is called and any of the following conditions 271 the error INVALID_OPERATION is generated if BlitFramebufferANGLE is 277 error INVALID_OPERATION is generated if BlitFramebufferANGLE is called 347 Additional restrictions on BlitFramebufferANGLE:
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.cpp | 951 …return gl::BlitFramebufferANGLE(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filt… in glBlitFramebufferANGLE() 1714 this->glBlitFramebufferANGLE = gl::BlitFramebufferANGLE; in LibGLESv2exports()
|
D | entry_points.h | 198 …void GL_APIENTRY BlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint ds…
|
D | libGLESv2.cpp | 5683 void GL_APIENTRY BlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dst… in BlitFramebufferANGLE() function 6305 FUNCTION(BlitFramebufferANGLE), in es2GetProcAddress()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_ext_autogen.cpp | 332 ANGLE_CAPTURE(BlitFramebufferANGLE, isCallValid, context, srcX0, srcY0, srcX1, srcY1, dstX0, in GL_BlitFramebufferANGLE()
|