/external/angle/src/libANGLE/ |
D | Context_gl_4_5_autogen.h | 18 GLenum checkNamedFramebufferStatus(FramebufferID framebufferPacked, GLenum target); \ 23 void clearNamedFramebufferfi(FramebufferID framebufferPacked, GLenum buffer, GLint drawbuffer, \ 25 void clearNamedFramebufferfv(FramebufferID framebufferPacked, GLenum buffer, GLint drawbuffer, \ 27 void clearNamedFramebufferiv(FramebufferID framebufferPacked, GLenum buffer, GLint drawbuffer, \ 29 void clearNamedFramebufferuiv(FramebufferID framebufferPacked, GLenum buffer, \ 73 void getNamedFramebufferAttachmentParameteriv(FramebufferID framebufferPacked, \ 75 void getNamedFramebufferParameteriv(FramebufferID framebufferPacked, GLenum pname, \ 127 void invalidateNamedFramebufferData(FramebufferID framebufferPacked, GLsizei numAttachments, \ 129 void invalidateNamedFramebufferSubData(FramebufferID framebufferPacked, \ 140 void namedFramebufferDrawBuffer(FramebufferID framebufferPacked, GLenum buf); \ [all …]
|
D | validationGL45_autogen.h | 35 FramebufferID framebufferPacked, 52 FramebufferID framebufferPacked, 58 FramebufferID framebufferPacked, 63 FramebufferID framebufferPacked, 68 FramebufferID framebufferPacked, 196 FramebufferID framebufferPacked, 201 FramebufferID framebufferPacked, 383 FramebufferID framebufferPacked, 387 FramebufferID framebufferPacked, 416 FramebufferID framebufferPacked, [all …]
|
D | Context_gles_2_0_autogen.h | 18 void bindFramebuffer(GLenum target, FramebufferID framebufferPacked); \ 119 GLboolean isFramebuffer(FramebufferID framebufferPacked) const; \
|
D | validationES2_autogen.h | 31 FramebufferID framebufferPacked); 270 bool ValidateIsFramebuffer(const Context *context, FramebufferID framebufferPacked);
|
D | capture_gles_2_0_autogen.h | 39 FramebufferID framebufferPacked); 380 FramebufferID framebufferPacked,
|
D | validationESEXT_autogen.h | 1197 FramebufferID framebufferPacked); 1235 bool ValidateIsFramebufferOES(const Context *context, FramebufferID framebufferPacked);
|
D | capture_gles_2_0_autogen.cpp | 80 FramebufferID framebufferPacked) in CaptureBindFramebuffer() argument 85 paramBuffer.addValueParam("framebufferPacked", ParamType::TFramebufferID, framebufferPacked); in CaptureBindFramebuffer() 1447 FramebufferID framebufferPacked, in CaptureIsFramebuffer() argument 1452 paramBuffer.addValueParam("framebufferPacked", ParamType::TFramebufferID, framebufferPacked); in CaptureIsFramebuffer()
|
D | capture_gles_ext_autogen.h | 1490 FramebufferID framebufferPacked); 1544 FramebufferID framebufferPacked,
|
D | capture_gles_ext_autogen.cpp | 4947 FramebufferID framebufferPacked) in CaptureBindFramebufferOES() argument 4952 paramBuffer.addValueParam("framebufferPacked", ParamType::TFramebufferID, framebufferPacked); in CaptureBindFramebufferOES() 5162 FramebufferID framebufferPacked, in CaptureIsFramebufferOES() argument 5167 paramBuffer.addValueParam("framebufferPacked", ParamType::TFramebufferID, framebufferPacked); in CaptureIsFramebufferOES()
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_5_autogen.cpp | 99 FramebufferID framebufferPacked = FromGL<FramebufferID>(framebuffer); in CheckNamedFramebufferStatus() local 102 context, framebufferPacked, target)); in CheckNamedFramebufferStatus() 105 returnValue = context->checkNamedFramebufferStatus(framebufferPacked, target); in CheckNamedFramebufferStatus() 111 ANGLE_CAPTURE(CheckNamedFramebufferStatus, isCallValid, context, framebufferPacked, target, in CheckNamedFramebufferStatus() 201 FramebufferID framebufferPacked = FromGL<FramebufferID>(framebuffer); in ClearNamedFramebufferfi() local 204 ValidateClearNamedFramebufferfi(context, framebufferPacked, buffer, in ClearNamedFramebufferfi() 208 context->clearNamedFramebufferfi(framebufferPacked, buffer, drawbuffer, depth, stencil); in ClearNamedFramebufferfi() 210 ANGLE_CAPTURE(ClearNamedFramebufferfi, isCallValid, context, framebufferPacked, buffer, in ClearNamedFramebufferfi() 229 FramebufferID framebufferPacked = FromGL<FramebufferID>(framebuffer); in ClearNamedFramebufferfv() local 232 ValidateClearNamedFramebufferfv(context, framebufferPacked, buffer, in ClearNamedFramebufferfv() [all …]
|
D | entry_points_gl_3_0_autogen.cpp | 149 FramebufferID framebufferPacked = FromGL<FramebufferID>(framebuffer); in BindFramebuffer() local 152 ValidateBindFramebuffer(context, target, framebufferPacked)); in BindFramebuffer() 155 context->bindFramebuffer(target, framebufferPacked); in BindFramebuffer() 157 ANGLE_CAPTURE(BindFramebuffer, isCallValid, context, target, framebufferPacked); in BindFramebuffer() 1112 FramebufferID framebufferPacked = FromGL<FramebufferID>(framebuffer); in IsFramebuffer() local 1115 (context->skipValidation() || ValidateIsFramebuffer(context, framebufferPacked)); in IsFramebuffer() 1118 returnValue = context->isFramebuffer(framebufferPacked); in IsFramebuffer() 1124 ANGLE_CAPTURE(IsFramebuffer, isCallValid, context, framebufferPacked, returnValue); in IsFramebuffer()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.cpp | 114 FramebufferID framebufferPacked = FromGL<FramebufferID>(framebuffer); in BindFramebuffer() local 117 ValidateBindFramebuffer(context, target, framebufferPacked)); in BindFramebuffer() 120 context->bindFramebuffer(target, framebufferPacked); in BindFramebuffer() 122 ANGLE_CAPTURE(BindFramebuffer, isCallValid, context, target, framebufferPacked); in BindFramebuffer() 1927 FramebufferID framebufferPacked = FromGL<FramebufferID>(framebuffer); in IsFramebuffer() local 1930 (context->skipValidation() || ValidateIsFramebuffer(context, framebufferPacked)); in IsFramebuffer() 1933 returnValue = context->isFramebuffer(framebufferPacked); in IsFramebuffer() 1939 ANGLE_CAPTURE(IsFramebuffer, isCallValid, context, framebufferPacked, returnValue); in IsFramebuffer()
|
D | entry_points_gles_ext_autogen.cpp | 5859 FramebufferID framebufferPacked = FromGL<FramebufferID>(framebuffer); in BindFramebufferOES() local 5862 ValidateBindFramebufferOES(context, target, framebufferPacked)); in BindFramebufferOES() 5865 context->bindFramebuffer(target, framebufferPacked); in BindFramebufferOES() 5867 ANGLE_CAPTURE(BindFramebufferOES, isCallValid, context, target, framebufferPacked); in BindFramebufferOES() 6145 FramebufferID framebufferPacked = FromGL<FramebufferID>(framebuffer); in IsFramebufferOES() local 6148 (context->skipValidation() || ValidateIsFramebufferOES(context, framebufferPacked)); in IsFramebufferOES() 6151 returnValue = context->isFramebuffer(framebufferPacked); in IsFramebufferOES() 6157 ANGLE_CAPTURE(IsFramebufferOES, isCallValid, context, framebufferPacked, returnValue); in IsFramebufferOES() 7619 FramebufferID framebufferPacked = FromGL<FramebufferID>(framebuffer); in BindFramebufferContextANGLE() local 7622 ValidateBindFramebuffer(context, target, framebufferPacked)); in BindFramebufferContextANGLE() [all …]
|