/external/deqp/framework/egl/ |
D | egluStaticES30Library.inl | 145 { "glInvalidateFramebuffer", (deFunctionPtr)glInvalidateFramebuffer },
|
D | egluStaticES31Library.inl | 169 { "glInvalidateFramebuffer", (deFunctionPtr)glInvalidateFramebuffer },
|
D | egluStaticES32Library.inl | 197 { "glInvalidateFramebuffer", (deFunctionPtr)glInvalidateFramebuffer },
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.def | 291 glInvalidateFramebuffer @210
|
D | libGLESv2.lds | 247 glInvalidateFramebuffer;
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboInvalidateTests.cpp | 162 …glInvalidateFramebuffer(m_fboTarget, (int)attachments.size(), attachments.empty() ? DE_NULL : &att… in render() 249 …glInvalidateFramebuffer(GL_FRAMEBUFFER, (int)attachments.size(), attachments.empty() ? DE_NULL : &… in render() 511 …glInvalidateFramebuffer(GL_FRAMEBUFFER, (int)attachments.size(), attachments.empty() ? DE_NULL : &… in render() 631 glInvalidateFramebuffer(GL_FRAMEBUFFER, (int)attachments.size(), &attachments[0]); in render() 758 glInvalidateFramebuffer(GL_FRAMEBUFFER, (int)attachments.size(), &attachments[0]); in render() 1274 …glInvalidateFramebuffer(m_invalidateTarget, (int)m_invalidateAttachments.size(), m_invalidateAttac… in render()
|
D | es3fNegativeBufferApiTests.cpp | 1329 glInvalidateFramebuffer (-1, 1, &attachments[0]); in init() 1331 glInvalidateFramebuffer (GL_BACK, 1, &attachments[0]); in init() 1336 glInvalidateFramebuffer (GL_FRAMEBUFFER, 1, &attachments[1]); in init()
|
/external/mesa3d/src/mapi/es2api/ |
D | ABI-check | 224 glInvalidateFramebuffer
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeBufferApiTests.cpp | 1694 ctx.glInvalidateFramebuffer (-1, 1, &attachments[0]); in invalidate_framebuffer() 1696 ctx.glInvalidateFramebuffer (GL_BACK, 1, &attachments[0]); in invalidate_framebuffer() 1701 ctx.glInvalidateFramebuffer (GL_FRAMEBUFFER, 1, &attachments[1]); in invalidate_framebuffer() 1706 ctx.glInvalidateFramebuffer (GL_FRAMEBUFFER, -1, &attachments[0]); in invalidate_framebuffer() 1712 ctx.glInvalidateFramebuffer (GL_FRAMEBUFFER, 1, &attachments[2]); in invalidate_framebuffer()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES30Direct.inl | 145 gl->invalidateFramebuffer = &glInvalidateFramebuffer;
|
D | glwInitES31Direct.inl | 169 gl->invalidateFramebuffer = &glInvalidateFramebuffer;
|
D | glwInitES32Direct.inl | 197 gl->invalidateFramebuffer = &glInvalidateFramebuffer;
|
D | glwInitES30.inl | 145 …nvalidateFramebuffer = (glInvalidateFramebufferFunc) loader->get("glInvalidateFramebuffer");
|
D | glwInitES31.inl | 169 …nvalidateFramebuffer = (glInvalidateFramebufferFunc) loader->get("glInvalidateFramebuffer");
|
D | glwInitES32.inl | 197 …nvalidateFramebuffer = (glInvalidateFramebufferFunc) loader->get("glInvalidateFramebuffer");
|
D | glwInitGL43.inl | 246 …idateFramebuffer = (glInvalidateFramebufferFunc) loader->get("glInvalidateFramebuffer");
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.cpp | 369 void ContextWrapper::glInvalidateFramebuffer (deUint32 target, int numAttachments, const deUint32* … in glInvalidateFramebuffer() function in sglr::ContextWrapper
|
D | sglrContextWrapper.hpp | 293 …void glInvalidateFramebuffer (deUint32 target, int numAttachments, const deUint32* attachmen…
|
D | sglrGLContext.cpp | 634 m_wrapper->glInvalidateFramebuffer(target, numAttachments, attachments); in invalidateFramebuffer()
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/ |
D | OGLES3ColourGrading.cpp | 760 glInvalidateFramebuffer(GL_FRAMEBUFFER, 2, attachments); in RenderScene()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/ |
D | PVRShellAPI.cpp | 823 glInvalidateFramebuffer(GL_FRAMEBUFFER, currentAttachment, attachments); in ApiRenderComplete()
|
/external/deqp/doc/ |
D | GLES3 Negative API Functions.txt | 162 o glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum* attachments);
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 416 gl->invalidateFramebuffer = glInvalidateFramebuffer;
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 413 "glInvalidateFramebuffer",
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/ |
D | gl3.h | 1053 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachment…
|