Home
last modified time | relevance | path

Searched refs:glInvalidateSubFramebuffer (Results 1 – 25 of 55) sorted by relevance

123

/external/deqp/modules/gles31/functional/
Des31fNegativeBufferApiTests.cpp1825 ctx.glInvalidateSubFramebuffer(-1, 1, &attachments[0], 0, 0, 16, 16); in invalidate_sub_framebuffer()
1827 ctx.glInvalidateSubFramebuffer(GL_BACK, 1, &attachments[0], 0, 0, 16, 16); in invalidate_sub_framebuffer()
1833 ctx.glInvalidateSubFramebuffer(GL_FRAMEBUFFER, 1, &attachments[1], 0, 0, 16, 16); in invalidate_sub_framebuffer()
1838 ctx.glInvalidateSubFramebuffer(GL_FRAMEBUFFER, -1, &attachments[0], 0, 0, 16, 16); in invalidate_sub_framebuffer()
1840 ctx.glInvalidateSubFramebuffer(GL_FRAMEBUFFER, -1, &attachments[0], 0, 0, -1, 16); in invalidate_sub_framebuffer()
1842 ctx.glInvalidateSubFramebuffer(GL_FRAMEBUFFER, -1, &attachments[0], 0, 0, 16, -1); in invalidate_sub_framebuffer()
1844 ctx.glInvalidateSubFramebuffer(GL_FRAMEBUFFER, -1, &attachments[0], 0, 0, -1, -1); in invalidate_sub_framebuffer()
1846 ctx.glInvalidateSubFramebuffer(GL_FRAMEBUFFER, 1, &attachments[0], 0, 0, -1, 16); in invalidate_sub_framebuffer()
1848 ctx.glInvalidateSubFramebuffer(GL_FRAMEBUFFER, 1, &attachments[0], 0, 0, 16, -1); in invalidate_sub_framebuffer()
1850 ctx.glInvalidateSubFramebuffer(GL_FRAMEBUFFER, 1, &attachments[0], 0, 0, -1, -1); in invalidate_sub_framebuffer()
[all …]
/external/deqp/framework/egl/
DegluStaticES30Library.inl146 { "glInvalidateSubFramebuffer", (deFunctionPtr)glInvalidateSubFramebuffer },
DegluStaticES31Library.inl170 { "glInvalidateSubFramebuffer", (deFunctionPtr)glInvalidateSubFramebuffer },
DegluStaticES32Library.inl198 { "glInvalidateSubFramebuffer", (deFunctionPtr)glInvalidateSubFramebuffer },
/external/mesa3d/src/mapi/es2api/
Dgles2.def.in194 glInvalidateSubFramebuffer@28
Dgles2-symbols.txt195 glInvalidateSubFramebuffer
/external/deqp/modules/gles3/functional/
Des3fFboInvalidateTests.cpp336glInvalidateSubFramebuffer(GL_FRAMEBUFFER, (int)attachments.size(), &attachments[0], invalidateX, … in render()
415glInvalidateSubFramebuffer(GL_FRAMEBUFFER, (int)attachments.size(), &attachments[0], invalidateX, … in render()
924 glInvalidateSubFramebuffer(GL_FRAMEBUFFER, (int)attachments.size(), in render()
1048glInvalidateSubFramebuffer(GL_FRAMEBUFFER, (int)attachments.size(), &attachments[0], invalidateX, … in render()
1209glInvalidateSubFramebuffer(GL_FRAMEBUFFER, (int)attachments.size(), &attachments[0], invalidateX, … in render()
Des3fNegativeBufferApiTests.cpp1426 glInvalidateSubFramebuffer(-1, 1, &attachments[0], 0, 0, 16, 16); in init()
1428 glInvalidateSubFramebuffer(GL_BACK, 1, &attachments[0], 0, 0, 16, 16); in init()
1434 glInvalidateSubFramebuffer(GL_FRAMEBUFFER, 1, &attachments[1], 0, 0, 16, 16); in init()
/external/deqp/framework/opengl/wrapper/
DglwInitES30Direct.inl146 gl->invalidateSubFramebuffer = &glInvalidateSubFramebuffer;
DglwInitES31Direct.inl170 gl->invalidateSubFramebuffer = &glInvalidateSubFramebuffer;
DglwInitES32Direct.inl198 gl->invalidateSubFramebuffer = &glInvalidateSubFramebuffer;
DglwInitES30.inl146 …teSubFramebuffer = (glInvalidateSubFramebufferFunc) loader->get("glInvalidateSubFramebuffer");
DglwInitES31.inl170 …teSubFramebuffer = (glInvalidateSubFramebufferFunc) loader->get("glInvalidateSubFramebuffer");
DglwInitES32.inl198 …teSubFramebuffer = (glInvalidateSubFramebufferFunc) loader->get("glInvalidateSubFramebuffer");
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.cpp379 void ContextWrapper::glInvalidateSubFramebuffer(uint32_t target, int numAttachments, const uint32_t… in glInvalidateSubFramebuffer() function in sglr::ContextWrapper
DsglrContextWrapper.hpp316 …void glInvalidateSubFramebuffer(uint32_t target, int numAttachments, const uint32_t *attachments, …
/external/angle/src/libGLESv2/
Dopengl32_with_wgl_autogen.def214 glInvalidateSubFramebuffer
2202 glInvalidateSubFramebuffer
Dopengl32_autogen.def214 glInvalidateSubFramebuffer
DlibGLESv2_autogen.def214 glInvalidateSubFramebuffer
DlibGLESv2_with_capture_autogen.def214 glInvalidateSubFramebuffer
DlibGLESv2_vulkan_secondaries_autogen.def214 glInvalidateSubFramebuffer
DlibGLESv2_no_capture_autogen.def214 glInvalidateSubFramebuffer
/external/mesa3d/src/gallium/targets/osmesa/
Dosmesa-symbols.txt560 glInvalidateSubFramebuffer
/external/angle/src/tests/perf_tests/
DTracePerfTest.cpp2137 glInvalidateSubFramebuffer(target, numAttachments, attachments, x, y, width, height); in onReplayInvalidateSubFramebuffer()
2143 glInvalidateSubFramebuffer(target, numAttachments, translatedAttachments.data(), x, y, in onReplayInvalidateSubFramebuffer()
/external/deqp/doc/
DGLES3 Negative API Functions.txt163 o glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum* attachments, GL…

123