Searched defs:numAttachments (Results 1 - 19 of 19) sorted by relevance

/external/deqp/framework/opengl/
H A DgluStrUtil.cpp98 detail::EnumPointerFmt getInvalidateAttachmentStr (const deUint32* attachments, int numAttachments) argument
100 return detail::EnumPointerFmt(attachments, (deUint32)numAttachments, getInvalidateAttachmentName);
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DFramebuffer.cpp605 void Framebuffer::invalidate(const Caps &caps, GLsizei numAttachments, const GLenum *attachments) argument
608 invalidateSub(caps, numAttachments, attachments, 0, 0, maxDimension, maxDimension);
611 void Framebuffer::invalidateSub(const Caps &caps, GLsizei numAttachments, const GLenum *attachments, argument
615 for (GLsizei attachIndex = 0; attachIndex < numAttachments; ++attachIndex)
H A DvalidationES3.cpp1185 bool ValidateInvalidateFramebufferParameters(Context *context, GLenum target, GLsizei numAttachments, argument
1204 for (int i = 0; i < numAttachments; ++i)
H A DlibGLESv2.cpp8064 void __stdcall glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum* attachments) argument
8066 EVENT("(GLenum target = 0x%X, GLsizei numAttachments = %d, const GLenum* attachments = 0x%0.8p)",
8067 target, numAttachments, attachments);
8078 if (!ValidateInvalidateFramebufferParameters(context, target, numAttachments, attachments))
8086 framebuffer->invalidate(context->getCaps(), numAttachments, attachments);
8091 void __stdcall glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum* attachments, GLint x, GLint y, GLsizei width, GLsizei height) argument
8093 EVENT("(GLenum target = 0x%X, GLsizei numAttachments = %d, const GLenum* attachments = 0x%0.8p, GLint x = %d, "
8095 target, numAttachments, attachments, x, y, width, height);
8106 if (!ValidateInvalidateFramebufferParameters(context, target, numAttachments, attachments))
8114 framebuffer->invalidateSub(context->getCaps(), numAttachments, attachment
[all...]
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h152 virtual void discardFramebufferEXT(WGC3Denum target, WGC3Dsizei numAttachments, const WGC3Denum* attachments) { } argument
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.cpp364 void ContextWrapper::glInvalidateSubFramebuffer (deUint32 target, int numAttachments, const deUint32* attachments, int x, int y, int width, int height) argument
366 m_curCtx->invalidateSubFramebuffer(target, numAttachments, attachments, x, y, width, height);
369 void ContextWrapper::glInvalidateFramebuffer (deUint32 target, int numAttachments, const deUint32* attachments) argument
371 m_curCtx->invalidateFramebuffer(target, numAttachments, attachments);
H A DsglrGLContext.cpp618 void GLContext::invalidateSubFramebuffer (deUint32 target, int numAttachments, const deUint32* attachments, int x, int y, int width, int height) argument
624 << glu::getFramebufferTargetStr(target) << ", " << numAttachments << ", "
625 << glu::getInvalidateAttachmentStr(attachments, numAttachments) << ", "
629 m_context.getFunctions().invalidateSubFramebuffer(target, numAttachments, attachments, x+drawOffset.x(), y+drawOffset.y(), width, height);
632 void GLContext::invalidateFramebuffer (deUint32 target, int numAttachments, const deUint32* attachments) argument
634 m_wrapper->glInvalidateFramebuffer(target, numAttachments, attachments);
/external/deqp/modules/gles3/functional/
H A Des3fFboInvalidateTests.cpp1197 InvalidateFboTargetCase (Context& context, const char* name, const char* description, deUint32 boundTarget, deUint32 invalidateTarget, const deUint32* invalidateAttachments, int numAttachments) argument
1201 , m_invalidateAttachments (invalidateAttachments, invalidateAttachments+numAttachments)
H A Des3fFragmentOutputTests.cpp502 const int numAttachments = (int)m_fboSpec.size(); local
504 vector<deUint32> drawBuffers (numAttachments);
505 vector<AttachmentData> attachments (numAttachments);
508 for (int ndx = 0; ndx < numAttachments; ndx++)
755 for (int ndx = 0; ndx < numAttachments; ndx++)
803 for (int attachNdx = 0; attachNdx < numAttachments; attachNdx++)
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dfbobject.c3138 invalidate_framebuffer_storage(GLenum target, GLsizei numAttachments, argument
3154 if (numAttachments < 0) {
3156 "%s(numAttachments < 0)", name);
3175 for (i = 0; i < numAttachments; i++) {
3248 _mesa_InvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, argument
3252 invalidate_framebuffer_storage(target, numAttachments, attachments,
3258 _mesa_InvalidateFramebuffer(GLenum target, GLsizei numAttachments, argument
3266 * sizei numAttachments,
3273 invalidate_framebuffer_storage(target, numAttachments, attachments,
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLNoOpInterface.cpp259 GrGLsizei numAttachments,
258 noOpGLDiscardFramebuffer(GrGLenum target, GrGLsizei numAttachments, const GrGLenum* attachments) argument
/external/chromium_org/ui/gl/
H A Dgl_bindings_skia_in_process.cc190 GLvoid StubGLDiscardFramebuffer(GLenum target, GLsizei numAttachments, argument
192 glDiscardFramebufferEXT(target, numAttachments, attachments);
/external/mesa3d/src/mesa/main/
H A Dfbobject.c3138 invalidate_framebuffer_storage(GLenum target, GLsizei numAttachments, argument
3154 if (numAttachments < 0) {
3156 "%s(numAttachments < 0)", name);
3175 for (i = 0; i < numAttachments; i++) {
3248 _mesa_InvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, argument
3252 invalidate_framebuffer_storage(target, numAttachments, attachments,
3258 _mesa_InvalidateFramebuffer(GLenum target, GLsizei numAttachments, argument
3266 * sizei numAttachments,
3273 invalidate_framebuffer_storage(target, numAttachments, attachments,
/external/skia/src/gpu/gl/
H A DGrGLNoOpInterface.cpp259 GrGLsizei numAttachments,
258 noOpGLDiscardFramebuffer(GrGLenum target, GrGLsizei numAttachments, const GrGLenum* attachments) argument
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h59 virtual void discardFramebufferEXT(WGC3Denum target, WGC3Dsizei numAttachments, const WGC3Denum* attachments) { } argument
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc1289 GLsizei numAttachments,
4303 GLsizei numAttachments,
4310 for (GLsizei i = 0; i < numAttachments; ++i) {
4322 for (GLsizei i = 0; i < numAttachments; ++i) {
4348 scoped_ptr<GLenum[]> translated_attachments(new GLenum[numAttachments]);
4349 for (GLsizei i = 0; i < numAttachments; ++i) {
4371 glDiscardFramebufferEXT(target, numAttachments, translated_attachments.get());
4302 DoDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum* attachments) argument
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h5557 KEYWORD1 void KEYWORD2 NAME(InvalidateFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum * attachments) argument
5559 (void) target; (void) numAttachments; (void) attachments;
5560 DISPATCH(InvalidateFramebuffer, (target, numAttachments, attachments), (F, "glInvalidateFramebuffer(0x%x, %d, %p);\n", target, numAttachments, (const void *) attachments));
5563 KEYWORD1 void KEYWORD2 NAME(InvalidateSubFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height) argument
5565 (void) target; (void) numAttachments; (void) attachments; (void) x; (void) y; (void) width; (void) height;
5566 DISPATCH(InvalidateSubFramebuffer, (target, numAttachments, attachments, x, y, width, height), (F, "glInvalidateSubFramebuffer(0x%x, %d, %p, %d, %d, %d, %d);\n", target, numAttachments, (const void *) attachments, x, y, width, height));
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h937 GLAPI void APIENTRY GLAPI_PREFIX(InvalidateFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum *attachments);
938 GLAPI void APIENTRY GLAPI_PREFIX(InvalidateSubFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
7700 GLAPI void APIENTRY GLAPI_PREFIX(InvalidateFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum *attachments) argument
7704 ((void (APIENTRY *)(GLenum target, GLsizei numAttachments, const GLenum *attachments)) _func)(target, numAttachments, attachments);
7707 GLAPI void APIENTRY GLAPI_PREFIX(InvalidateSubFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height) argument
7711 ((void (APIENTRY *)(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height)) _func)(target, numAttachments, attachments, x, y, width, height);
H A Dglapi_mapi_tmp_shared.h732 void APIENTRY shared_dispatch_stub_718(GLenum target, GLsizei numAttachments, const GLenum *attachments);
733 void APIENTRY shared_dispatch_stub_719(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
5377 static void APIENTRY noopInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments) argument
5379 (void) target; (void) numAttachments; (void) attachments;
5383 static void APIENTRY noopInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height) argument
5385 (void) target; (void) numAttachments; (void) attachments; (void) x; (void) y; (void) width; (void) height;
17829 void APIENTRY shared_dispatch_stub_718(GLenum target, GLsizei numAttachments, const GLenum *attachments) argument
17833 ((void (APIENTRY *)(GLenum target, GLsizei numAttachments, const GLenum *attachments)) _func)(target, numAttachments, attachments);
17836 void APIENTRY shared_dispatch_stub_719(GLenum target, GLsizei numAttachments, cons argument
[all...]

Completed in 1136 milliseconds