• Home
  • Raw
  • Download

Lines Matching full:context

19 class Context;  variable
23 bool ValidateBeginQuery(const Context *context,
27 bool ValidateBeginTransformFeedback(const Context *context,
30 bool ValidateBindBufferBase(const Context *context,
35 bool ValidateBindBufferRange(const Context *context,
42 bool ValidateBindSampler(const Context *context,
46 bool ValidateBindTransformFeedback(const Context *context,
50 bool ValidateBindVertexArray(const Context *context,
53 bool ValidateBlitFramebuffer(const Context *context,
65 bool ValidateClearBufferfi(const Context *context,
71 bool ValidateClearBufferfv(const Context *context,
76 bool ValidateClearBufferiv(const Context *context,
81 bool ValidateClearBufferuiv(const Context *context,
86 bool ValidateClientWaitSync(const Context *context,
91 bool ValidateCompressedTexImage3D(const Context *context,
102 bool ValidateCompressedTexSubImage3D(const Context *context,
115 bool ValidateCopyBufferSubData(const Context *context,
122 bool ValidateCopyTexSubImage3D(const Context *context,
133 bool ValidateDeleteQueries(const Context *context,
137 bool ValidateDeleteSamplers(const Context *context,
141 bool ValidateDeleteSync(const Context *context, angle::EntryPoint entryPoint, SyncID syncPacked);
142 bool ValidateDeleteTransformFeedbacks(const Context *context,
146 bool ValidateDeleteVertexArrays(const Context *context,
150 bool ValidateDrawArraysInstanced(const Context *context,
156 bool ValidateDrawBuffers(const Context *context,
160 bool ValidateDrawElementsInstanced(const Context *context,
167 bool ValidateDrawRangeElements(const Context *context,
175 bool ValidateEndQuery(const Context *context, angle::EntryPoint entryPoint, QueryType targetPacked);
176 bool ValidateEndTransformFeedback(const Context *context, angle::EntryPoint entryPoint);
177 bool ValidateFenceSync(const Context *context,
181 bool ValidateFlushMappedBufferRange(const Context *context,
186 bool ValidateFramebufferTextureLayer(const Context *context,
193 bool ValidateGenQueries(const Context *context,
197 bool ValidateGenSamplers(const Context *context,
201 bool ValidateGenTransformFeedbacks(const Context *context,
205 bool ValidateGenVertexArrays(const Context *context,
209 bool ValidateGetActiveUniformBlockName(const Context *context,
216 bool ValidateGetActiveUniformBlockiv(const Context *context,
222 bool ValidateGetActiveUniformsiv(const Context *context,
229 bool ValidateGetBufferParameteri64v(const Context *context,
234 bool ValidateGetBufferPointerv(const Context *context,
239 bool ValidateGetFragDataLocation(const Context *context,
243 bool ValidateGetInteger64i_v(const Context *context,
248 bool ValidateGetInteger64v(const Context *context,
252 bool ValidateGetIntegeri_v(const Context *context,
257 bool ValidateGetInternalformativ(const Context *context,
264 bool ValidateGetProgramBinary(const Context *context,
271 bool ValidateGetQueryObjectuiv(const Context *context,
276 bool ValidateGetQueryiv(const Context *context,
281 bool ValidateGetSamplerParameterfv(const Context *context,
286 bool ValidateGetSamplerParameteriv(const Context *context,
291 bool ValidateGetStringi(const Context *context,
295 bool ValidateGetSynciv(const Context *context,
302 bool ValidateGetTransformFeedbackVarying(const Context *context,
311 bool ValidateGetUniformBlockIndex(const Context *context,
315 bool ValidateGetUniformIndices(const Context *context,
321 bool ValidateGetUniformuiv(const Context *context,
326 bool ValidateGetVertexAttribIiv(const Context *context,
331 bool ValidateGetVertexAttribIuiv(const Context *context,
336 bool ValidateInvalidateFramebuffer(const Context *context,
341 bool ValidateInvalidateSubFramebuffer(const Context *context,
350 bool ValidateIsQuery(const Context *context, angle::EntryPoint entryPoint, QueryID idPacked);
351 bool ValidateIsSampler(const Context *context,
354 bool ValidateIsSync(const Context *context, angle::EntryPoint entryPoint, SyncID syncPacked);
355 bool ValidateIsTransformFeedback(const Context *context,
358 bool ValidateIsVertexArray(const Context *context,
361 bool ValidateMapBufferRange(const Context *context,
367 bool ValidatePauseTransformFeedback(const Context *context, angle::EntryPoint entryPoint);
368 bool ValidateProgramBinary(const Context *context,
374 bool ValidateProgramParameteri(const Context *context,
379 bool ValidateReadBuffer(const Context *context, angle::EntryPoint entryPoint, GLenum src);
380 bool ValidateRenderbufferStorageMultisample(const Context *context,
387 bool ValidateResumeTransformFeedback(const Context *context, angle::EntryPoint entryPoint);
388 bool ValidateSamplerParameterf(const Context *context,
393 bool ValidateSamplerParameterfv(const Context *context,
398 bool ValidateSamplerParameteri(const Context *context,
403 bool ValidateSamplerParameteriv(const Context *context,
408 bool ValidateTexImage3D(const Context *context,
420 bool ValidateTexStorage2D(const Context *context,
427 bool ValidateTexStorage3D(const Context *context,
435 bool ValidateTexSubImage3D(const Context *context,
448 bool ValidateTransformFeedbackVaryings(const Context *context,
454 bool ValidateUniform1ui(const Context *context,
458 bool ValidateUniform1uiv(const Context *context,
463 bool ValidateUniform2ui(const Context *context,
468 bool ValidateUniform2uiv(const Context *context,
473 bool ValidateUniform3ui(const Context *context,
479 bool ValidateUniform3uiv(const Context *context,
484 bool ValidateUniform4ui(const Context *context,
491 bool ValidateUniform4uiv(const Context *context,
496 bool ValidateUniformBlockBinding(const Context *context,
501 bool ValidateUniformMatrix2x3fv(const Context *context,
507 bool ValidateUniformMatrix2x4fv(const Context *context,
513 bool ValidateUniformMatrix3x2fv(const Context *context,
519 bool ValidateUniformMatrix3x4fv(const Context *context,
525 bool ValidateUniformMatrix4x2fv(const Context *context,
531 bool ValidateUniformMatrix4x3fv(const Context *context,
537 bool ValidateUnmapBuffer(const Context *context,
540 bool ValidateVertexAttribDivisor(const Context *context,
570 bool ValidateVertexAttribIPointer(const Context *context,
577 bool ValidateWaitSync(const Context *context,