Home
last modified time | relevance | path

Searched refs:getMutableErrorSetForValidation (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/angle/src/libGLESv2/
H A Dentry_points_gles_1_0_autogen.cpp38 context->getMutableErrorSetForValidation(), in GL_AlphaFunc()
66 context->getMutableErrorSetForValidation(), in GL_AlphaFuncx()
95 context->getMutableErrorSetForValidation(), in GL_ClearColorx()
122 context->getMutableErrorSetForValidation(), in GL_ClearDepthx()
175 context->getMutableErrorSetForValidation(), in GL_ClipPlanef()
202 context->getMutableErrorSetForValidation(), in GL_ClipPlanex()
229 ValidateColor4f(context->getPrivateState(), context->getMutableErrorSetForValidation(), in GL_Color4f()
257 context->getMutableErrorSetForValidation(), in GL_Color4ub()
284 ValidateColor4x(context->getPrivateState(), context->getMutableErrorSetForValidation(), in GL_Color4x()
339 context->getMutableErrorSetForValidation(), in GL_DepthRangex()
[all …]
H A Dentry_points_gles_3_1_autogen.cpp41 context->getMutableErrorSetForValidation(), in GL_ActiveShaderProgram()
82 context->getMutableErrorSetForValidation(), in GL_BindImageTexture()
113 context->getMutableErrorSetForValidation(), in GL_BindProgramPipeline()
148 context->getMutableErrorSetForValidation(), in GL_BindVertexBuffer()
182 context->getMutableErrorSetForValidation(), in GL_CreateShaderProgramv()
249 context->getMutableErrorSetForValidation(), in GL_DispatchCompute()
864 context->getMutableErrorSetForValidation(), in GL_MemoryBarrier()
893 context->getMutableErrorSetForValidation(), in GL_MemoryBarrierByRegion()
925 context->getMutableErrorSetForValidation(), in GL_ProgramUniform1f()
961 context->getMutableErrorSetForValidation(), in GL_ProgramUniform1fv()
[all …]
H A Dentry_points_gles_2_0_autogen.cpp37 context->getMutableErrorSetForValidation(), in GL_ActiveTexture()
68 context->getMutableErrorSetForValidation(), in GL_AttachShader()
100 context->getMutableErrorSetForValidation(), in GL_BindAttribLocation()
186 context->getMutableErrorSetForValidation(), in GL_BindRenderbuffer()
243 context->getMutableErrorSetForValidation(), in GL_BlendColor()
246 context->getMutableErrorSetForValidation(), in GL_BlendColor()
274 context->getMutableErrorSetForValidation(), in GL_BlendEquation()
303 context->getPrivateState(), context->getMutableErrorSetForValidation(), in GL_BlendEquationSeparate()
332 context->getMutableErrorSetForValidation(), in GL_BlendFunc()
367 context->getMutableErrorSetForValidation(), in GL_BlendFuncSeparate()
[all …]
H A Dentry_points_gles_ext_autogen.cpp53 context->getMutableErrorSetForValidation(), in GL_BeginPerfMonitorAMD()
108 context->getMutableErrorSetForValidation(), in GL_EndPerfMonitorAMD()
370 context->getPrivateState(), context->getMutableErrorSetForValidation(), in GL_SelectPerfMonitorCountersAMD()
493 context->getPrivateState(), context->getMutableErrorSetForValidation(), in GL_MultiDrawArraysInstancedBaseInstanceANGLE()
541 context->getPrivateState(), context->getMutableErrorSetForValidation(), in GL_MultiDrawElementsInstancedBaseVertexBaseInstanceANGLE()
583 context->getMutableErrorSetForValidation(), in GL_BlobCacheCallbacksANGLE()
662 context->getMutableErrorSetForValidation(), in GL_CopyTexture3DANGLE()
724 context->getMutableErrorSetForValidation(), in GL_CopySubTexture3DANGLE()
779 context->getMutableErrorSetForValidation(), in GL_BlitFramebufferANGLE()
819 context->getPrivateState(), context->getMutableErrorSetForValidation(), in GL_RenderbufferStorageMultisampleANGLE()
[all …]
H A Dentry_points_gles_3_2_autogen.cpp38 context->getMutableErrorSetForValidation(), in GL_BlendBarrier()
67 context->getPrivateState(), context->getMutableErrorSetForValidation(), in GL_BlendEquationSeparatei()
95 context->getMutableErrorSetForValidation(), in GL_BlendEquationi()
128 context->getPrivateState(), context->getMutableErrorSetForValidation(), in GL_BlendFuncSeparatei()
158 context->getMutableErrorSetForValidation(), in GL_BlendFunci()
186 context->getMutableErrorSetForValidation(), in GL_ColorMaski()
235 context->getMutableErrorSetForValidation(), in GL_CopyImageSubData()
371 context->getMutableErrorSetForValidation(), in GL_Disablei()
515 ValidateEnablei(context->getPrivateState(), context->getMutableErrorSetForValidation(), in GL_Enablei()
956 context->getMutableErrorSetForValidation(), in GL_IsEnabledi()
[all …]
H A Dentry_points_gles_3_0_autogen.cpp41 context->getMutableErrorSetForValidation(), in GL_BeginQuery()
72 context->getMutableErrorSetForValidation(), in GL_BeginTransformFeedback()
191 context->getMutableErrorSetForValidation(), in GL_BindTransformFeedback()
260 context->getMutableErrorSetForValidation(), in GL_BlitFramebuffer()
404 context->getMutableErrorSetForValidation(), in GL_ClientWaitSync()
454 context->getMutableErrorSetForValidation(), in GL_CompressedTexImage3D()
502 context->getMutableErrorSetForValidation(), in GL_CompressedTexSubImage3D()
546 context->getMutableErrorSetForValidation(), in GL_CopyBufferSubData()
591 context->getMutableErrorSetForValidation(), in GL_CopyTexSubImage3D()
895 context->getMutableErrorSetForValidation(), in GL_EndQuery()
[all …]
H A Dglobal_state.cpp198 context->getMutableErrorSetForValidation()->validationError( in GenerateContextLostErrorOnContext()
/aosp_15_r20/external/angle/src/libANGLE/
H A DvalidationES.h40 context->getMutableErrorSetForValidation()->validationError(entryPoint, errorCode, message)
42 context->getMutableErrorSetForValidation()->validationErrorF(entryPoint, errorCode, __VA_ARGS__)
H A DvalidationES1.cpp31 context->getMutableErrorSetForValidation(), entryPoint)
761 context->getMutableErrorSetForValidation(), entryPoint, in ValidateClientActiveTexture()
H A DContext.h686 ErrorSet *getMutableErrorSetForValidation() const { return &mErrors; } in getMutableErrorSetForValidation() function
H A DvalidationES3.cpp4909 context->getMutableErrorSetForValidation(), entryPoint, index); in ValidateVertexAttribDivisor()