Home
last modified time | relevance | path

Searched full:entrypoint (Results 1 – 25 of 3212) sorted by relevance

12345678910>>...129

/external/angle/src/common/
Dentry_points_enum_autogen.cpp17 const char *GetEntryPointName(EntryPoint ep) in GetEntryPointName()
21 case EntryPoint::Invalid: in GetEntryPointName()
23 case EntryPoint::CLBuildProgram: in GetEntryPointName()
25 case EntryPoint::CLCloneKernel: in GetEntryPointName()
27 case EntryPoint::CLCompileProgram: in GetEntryPointName()
29 case EntryPoint::CLCreateBuffer: in GetEntryPointName()
31 case EntryPoint::CLCreateBufferWithProperties: in GetEntryPointName()
33 case EntryPoint::CLCreateCommandQueue: in GetEntryPointName()
35 case EntryPoint::CLCreateCommandQueueWithProperties: in GetEntryPointName()
37 case EntryPoint::CLCreateContext: in GetEntryPointName()
[all …]
/external/angle/src/libANGLE/
DvalidationGL1_autogen.h24 bool ValidateAccum(const Context *context, angle::EntryPoint entryPoint, GLenum op, GLfloat value);
25 bool ValidateBegin(const Context *context, angle::EntryPoint entryPoint, GLenum mode);
27 angle::EntryPoint entryPoint,
35 bool ValidateCallList(const Context *context, angle::EntryPoint entryPoint, GLuint list);
37 angle::EntryPoint entryPoint,
42 angle::EntryPoint entryPoint,
47 bool ValidateClearDepth(const Context *context, angle::EntryPoint entryPoint, GLdouble depth);
48 bool ValidateClearIndex(const Context *context, angle::EntryPoint entryPoint, GLfloat c);
50 angle::EntryPoint entryPoint,
54 angle::EntryPoint entryPoint,
[all …]
DvalidationGL1.cpp14 bool ValidateAccum(const Context *, angle::EntryPoint entryPoint, GLenum op, GLfloat value) in ValidateAccum() argument
19 bool ValidateBegin(const Context *, angle::EntryPoint entryPoint, GLenum mode) in ValidateBegin() argument
25 angle::EntryPoint entryPoint, in ValidateBitmap() argument
37 bool ValidateCallList(const Context *, angle::EntryPoint entryPoint, GLuint list) in ValidateCallList() argument
43 angle::EntryPoint entryPoint, in ValidateCallLists() argument
52 angle::EntryPoint entryPoint, in ValidateClearAccum() argument
61 bool ValidateClearDepth(const Context *, angle::EntryPoint entryPoint, GLdouble depth) in ValidateClearDepth() argument
66 bool ValidateClearIndex(const Context *, angle::EntryPoint entryPoint, GLfloat c) in ValidateClearIndex() argument
72 angle::EntryPoint entryPoint, in ValidateClipPlane() argument
80 angle::EntryPoint entryPoint, in ValidateColor3b() argument
[all …]
DvalidationESEXT_autogen.h25 angle::EntryPoint entryPoint,
28 angle::EntryPoint entryPoint,
32 angle::EntryPoint entryPoint,
35 angle::EntryPoint entryPoint,
39 angle::EntryPoint entryPoint,
46 angle::EntryPoint entryPoint,
52 angle::EntryPoint entryPoint,
59 angle::EntryPoint entryPoint,
66 angle::EntryPoint entryPoint,
72 angle::EntryPoint entryPoint,
[all …]
DvalidationES2_autogen.h25 angle::EntryPoint entryPoint,
28 angle::EntryPoint entryPoint,
32 angle::EntryPoint entryPoint,
37 angle::EntryPoint entryPoint,
41 angle::EntryPoint entryPoint,
45 angle::EntryPoint entryPoint,
49 angle::EntryPoint entryPoint,
54 angle::EntryPoint entryPoint,
61 angle::EntryPoint entryPoint,
65 angle::EntryPoint entryPoint,
[all …]
DvalidationGL4_autogen.h25 angle::EntryPoint entryPoint,
30 angle::EntryPoint entryPoint,
34 angle::EntryPoint entryPoint,
39 angle::EntryPoint entryPoint,
43 angle::EntryPoint entryPoint,
51 angle::EntryPoint entryPoint,
59 angle::EntryPoint entryPoint,
66 angle::EntryPoint entryPoint,
72 angle::EntryPoint entryPoint,
78 angle::EntryPoint entryPoint,
[all …]
DvalidationES3_autogen.h24 angle::EntryPoint entryPoint,
28 angle::EntryPoint entryPoint,
31 angle::EntryPoint entryPoint,
36 angle::EntryPoint entryPoint,
43 angle::EntryPoint entryPoint,
47 angle::EntryPoint entryPoint,
51 angle::EntryPoint entryPoint,
54 angle::EntryPoint entryPoint,
66 angle::EntryPoint entryPoint,
72 angle::EntryPoint entryPoint,
[all …]
DvalidationGL4.cpp15 angle::EntryPoint entryPoint, in ValidateBeginQueryIndexed() argument
24 angle::EntryPoint entryPoint, in ValidateDrawTransformFeedback() argument
32 angle::EntryPoint entryPoint, in ValidateDrawTransformFeedbackStream() argument
41 angle::EntryPoint entryPoint, in ValidateEndQueryIndexed() argument
49 angle::EntryPoint entryPoint, in ValidateGetActiveSubroutineName() argument
61 angle::EntryPoint entryPoint, in ValidateGetActiveSubroutineUniformName() argument
73 angle::EntryPoint entryPoint, in ValidateGetActiveSubroutineUniformiv() argument
84 angle::EntryPoint entryPoint, in ValidateGetProgramStageiv() argument
94 angle::EntryPoint entryPoint, in ValidateGetQueryIndexediv() argument
104 angle::EntryPoint entryPoint, in ValidateGetSubroutineIndex() argument
[all …]
DvalidationES1_autogen.h25 angle::EntryPoint entryPoint,
30 angle::EntryPoint entryPoint,
35 angle::EntryPoint entryPoint,
42 angle::EntryPoint entryPoint,
45 angle::EntryPoint entryPoint,
49 angle::EntryPoint entryPoint,
54 angle::EntryPoint entryPoint,
59 angle::EntryPoint entryPoint,
66 angle::EntryPoint entryPoint,
73 angle::EntryPoint entryPoint,
[all …]
DvalidationGL3_autogen.h25 angle::EntryPoint entryPoint,
29 angle::EntryPoint entryPoint,
34 angle::EntryPoint entryPoint,
37 bool ValidateEndConditionalRender(const Context *context, angle::EntryPoint entryPoint);
39 angle::EntryPoint entryPoint,
46 angle::EntryPoint entryPoint,
55 angle::EntryPoint entryPoint,
60 angle::EntryPoint entryPoint,
65 angle::EntryPoint entryPoint,
70 angle::EntryPoint entryPoint,
[all …]
DvalidationES1.cpp19 #define ANGLE_VALIDATE_IS_GLES1(state, errors, entryPoint) \ argument
24 errors->validationError(entryPoint, GL_INVALID_OPERATION, kGLES1Only); \
29 #define ANGLE_VALIDATE_IS_GLES1_CONTEXT(context, entryPoint) \ argument
31 context->getMutableErrorSetForValidation(), entryPoint)
39 angle::EntryPoint entryPoint, in ValidateAlphaFuncCommon() argument
54 errors->validationError(entryPoint, GL_INVALID_ENUM, kEnumInvalid); in ValidateAlphaFuncCommon()
60 angle::EntryPoint entryPoint, in ValidateClientStateCommon() argument
63 ANGLE_VALIDATE_IS_GLES1_CONTEXT(context, entryPoint); in ValidateClientStateCommon()
85 angle::EntryPoint entryPoint, in ValidateBuiltinVertexAttributeCommon() argument
92 ANGLE_VALIDATE_IS_GLES1_CONTEXT(context, entryPoint); in ValidateBuiltinVertexAttributeCommon()
[all …]
DvalidationGL3.cpp14 angle::EntryPoint entryPoint, in ValidateBeginConditionalRender() argument
22 angle::EntryPoint entryPoint, in ValidateBindFragDataLocation() argument
31 angle::EntryPoint entryPoint, in ValidateClampColor() argument
38 bool ValidateEndConditionalRender(const Context *context, angle::EntryPoint entryPoint) in ValidateEndConditionalRender() argument
44 angle::EntryPoint entryPoint, in ValidateFramebufferTexture1D() argument
55 angle::EntryPoint entryPoint, in ValidateFramebufferTexture3D() argument
68 angle::EntryPoint entryPoint, in ValidateVertexAttribI1i() argument
77 angle::EntryPoint entryPoint, in ValidateVertexAttribI1iv() argument
86 angle::EntryPoint entryPoint, in ValidateVertexAttribI1ui() argument
95 angle::EntryPoint entryPoint, in ValidateVertexAttribI1uiv() argument
[all …]
DvalidationES31_autogen.h24 angle::EntryPoint entryPoint,
28 angle::EntryPoint entryPoint,
37 angle::EntryPoint entryPoint,
40 angle::EntryPoint entryPoint,
46 angle::EntryPoint entryPoint,
51 angle::EntryPoint entryPoint,
55 angle::EntryPoint entryPoint,
60 angle::EntryPoint entryPoint,
63 angle::EntryPoint entryPoint,
67 angle::EntryPoint entryPoint,
[all …]
DvalidationES31.h19 angle::EntryPoint entryPoint,
24 angle::EntryPoint entryPoint,
33 angle::EntryPoint entryPoint,
41 angle::EntryPoint entryPoint,
47 angle::EntryPoint entryPoint,
51 angle::EntryPoint entryPoint,
54 angle::EntryPoint entryPoint,
59 angle::EntryPoint entryPoint,
63 angle::EntryPoint entryPoint,
67 angle::EntryPoint entryPoint,
[all …]
DvalidationES.h40 context->getMutableErrorSetForValidation()->validationError(entryPoint, errorCode, message)
42 context->getMutableErrorSetForValidation()->validationErrorF(entryPoint, errorCode, __VA_ARGS__)
56 angle::EntryPoint entryPoint,
81 angle::EntryPoint entryPoint,
94 angle::EntryPoint entryPoint,
104 Program *GetValidProgram(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID id);
109 Shader *GetValidShader(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID id);
112 angle::EntryPoint entryPoint,
116 angle::EntryPoint entryPoint,
129 angle::EntryPoint entryPoint,
[all …]
DvalidationES32_autogen.h23 bool ValidateBlendBarrier(const Context *context, angle::EntryPoint entryPoint);
26 angle::EntryPoint entryPoint,
32 angle::EntryPoint entryPoint,
37 angle::EntryPoint entryPoint,
45 angle::EntryPoint entryPoint,
51 angle::EntryPoint entryPoint,
58 angle::EntryPoint entryPoint,
75 angle::EntryPoint entryPoint,
79 angle::EntryPoint entryPoint,
87 angle::EntryPoint entryPoint,
[all …]
DvalidationES32.cpp48 bool ValidateBlendBarrier(const Context *context, angle::EntryPoint entryPoint) in ValidateBlendBarrier() argument
55 angle::EntryPoint entryPoint, in ValidateBlendEquationSeparatei() argument
60 if (!ValidateDrawBufferIndexIfActivePLS(state, errors, entryPoint, buf, "buf")) in ValidateBlendEquationSeparatei()
67 errors->validationError(entryPoint, GL_INVALID_VALUE, kExceedsMaxDrawBuffers); in ValidateBlendEquationSeparatei()
71 if (!ValidateBlendEquationSeparate(state, errors, entryPoint, modeRGB, modeAlpha)) in ValidateBlendEquationSeparatei()
82 angle::EntryPoint entryPoint, in ValidateBlendEquationi() argument
86 if (!ValidateDrawBufferIndexIfActivePLS(state, errors, entryPoint, buf, "buf")) in ValidateBlendEquationi()
93 errors->validationError(entryPoint, GL_INVALID_VALUE, kExceedsMaxDrawBuffers); in ValidateBlendEquationi()
97 if (!ValidateBlendEquation(state, errors, entryPoint, mode)) in ValidateBlendEquationi()
108 angle::EntryPoint entryPoint, in ValidateBlendFuncSeparatei() argument
[all …]
DvalidationESEXT.cpp29 angle::EntryPoint entryPoint, in ValidateGetImageFormatAndType() argument
75 angle::EntryPoint entryPoint, in IsValidMemoryObjectParamater() argument
97 angle::EntryPoint entryPoint, in ValidateObjectIdentifierAndName() argument
237 angle::EntryPoint entryPoint, in ValidateGetTexImage() argument
271 angle::EntryPoint entryPoint, in ValidateGetTexImageANGLE() argument
278 if (!ValidateGetTexImage(context, entryPoint, target, level)) in ValidateGetTexImageANGLE()
285 if (!ValidateGetImageFormatAndType(context, entryPoint, texture, format, type)) in ValidateGetTexImageANGLE()
292 if (!ValidatePixelPack(context, entryPoint, format, type, 0, 0, width, height, -1, nullptr, in ValidateGetTexImageANGLE()
308 angle::EntryPoint entryPoint, in ValidateGetCompressedTexImageANGLE() argument
313 if (!ValidateGetTexImage(context, entryPoint, target, level)) in ValidateGetCompressedTexImageANGLE()
[all …]
DvalidationGL2_autogen.h25 angle::EntryPoint entryPoint,
31 angle::EntryPoint entryPoint,
36 angle::EntryPoint entryPoint,
41 angle::EntryPoint entryPoint,
46 angle::EntryPoint entryPoint,
51 angle::EntryPoint entryPoint,
57 angle::EntryPoint entryPoint,
62 angle::EntryPoint entryPoint,
68 angle::EntryPoint entryPoint,
73 angle::EntryPoint entryPoint,
[all …]
DvalidationES31.cpp69 angle::EntryPoint entryPoint, in ValidateProgramResourceProperty() argument
322 angle::EntryPoint entryPoint, in ValidateProgramUniformBase() argument
329 Program *programObject = GetValidProgram(context, entryPoint, program); in ValidateProgramUniformBase()
330 return ValidateUniformCommonBase(context, entryPoint, programObject, location, count, in ValidateProgramUniformBase()
332 ValidateUniformValue(context, entryPoint, valueType, uniform->getType()); in ValidateProgramUniformBase()
336 angle::EntryPoint entryPoint, in ValidateProgramUniformMatrixBase() argument
344 Program *programObject = GetValidProgram(context, entryPoint, program); in ValidateProgramUniformMatrixBase()
345 return ValidateUniformCommonBase(context, entryPoint, programObject, location, count, in ValidateProgramUniformMatrixBase()
347 ValidateUniformMatrixValue(context, entryPoint, valueType, uniform->getType()); in ValidateProgramUniformMatrixBase()
351 angle::EntryPoint entryPoint, in ValidateVertexAttribFormatCommon() argument
[all …]
DvalidationGL2.cpp15 angle::EntryPoint entryPoint, in ValidateGetVertexAttribdv() argument
25 angle::EntryPoint entryPoint, in ValidateVertexAttrib1d() argument
34 angle::EntryPoint entryPoint, in ValidateVertexAttrib1dv() argument
43 angle::EntryPoint entryPoint, in ValidateVertexAttrib1s() argument
52 angle::EntryPoint entryPoint, in ValidateVertexAttrib1sv() argument
61 angle::EntryPoint entryPoint, in ValidateVertexAttrib2d() argument
71 angle::EntryPoint entryPoint, in ValidateVertexAttrib2dv() argument
80 angle::EntryPoint entryPoint, in ValidateVertexAttrib2s() argument
90 angle::EntryPoint entryPoint, in ValidateVertexAttrib2sv() argument
99 angle::EntryPoint entryPoint, in ValidateVertexAttrib3d() argument
[all …]
DvalidationES2.cpp152 angle::EntryPoint entryPoint, in IsValidCopyTextureDestinationFormatType() argument
239 angle::EntryPoint entryPoint, in IsValidCopyTextureDestinationLevel() argument
246 if (!ValidImageSizeParameters(context, entryPoint, type, level, width, height, 1, isSubImage)) in IsValidCopyTextureDestinationLevel()
355 angle::EntryPoint entryPoint, in ValidateES2CopyTexImageParameters() argument
375 if (!ValidImageSizeParameters(context, entryPoint, texType, level, width, height, 1, in ValidateES2CopyTexImageParameters()
383 if (!ValidateCopyTexImageParametersBase(context, entryPoint, target, level, internalformat, in ValidateES2CopyTexImageParameters()
777 angle::EntryPoint entryPoint, in ValidateWebGLNamePrefix() argument
793 bool ValidateWebGLNameLength(const Context *context, angle::EntryPoint entryPoint, size_t length) in ValidateWebGLNameLength() argument
819 angle::EntryPoint entryPoint, in ValidateSrcBlendFunc() argument
857 errors->validationError(entryPoint, GL_INVALID_OPERATION, in ValidateSrcBlendFunc()
[all …]
DvalidationES3.cpp35 angle::EntryPoint entryPoint, in ValidateFramebufferTextureMultiviewBaseANGLE() argument
48 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTextureMultiviewBaseANGLE()
69 angle::EntryPoint entryPoint, in ValidateFramebufferTextureMultiviewLevelAndFormat() argument
90 angle::EntryPoint entryPoint, in ValidateUniformES3() argument
101 return ValidateUniform(context, entryPoint, uniformType, location, count); in ValidateUniformES3()
105 angle::EntryPoint entryPoint, in ValidateUniformMatrixES3() argument
118 return ValidateUniformMatrix(context, entryPoint, valueType, location, count, transpose); in ValidateUniformMatrixES3()
121 bool ValidateGenOrDeleteES3(const Context *context, angle::EntryPoint entryPoint, GLint n) in ValidateGenOrDeleteES3() argument
128 return ValidateGenOrDelete(context, entryPoint, n); in ValidateGenOrDeleteES3()
131 bool ValidateGenOrDeleteCountES3(const Context *context, angle::EntryPoint entryPoint, GLint count) in ValidateGenOrDeleteCountES3() argument
[all …]
/external/angle/util/capture/
Dframe_capture_replay_autogen.cpp23 switch (call.entryPoint) in ReplayTraceFunctionCall()
25 case angle::EntryPoint::GLAcquireTexturesANGLE: in ReplayTraceFunctionCall()
30 case angle::EntryPoint::GLActiveShaderProgram: in ReplayTraceFunctionCall()
34 case angle::EntryPoint::GLActiveShaderProgramEXT: in ReplayTraceFunctionCall()
38 case angle::EntryPoint::GLActiveTexture: in ReplayTraceFunctionCall()
41 case angle::EntryPoint::GLAlphaFunc: in ReplayTraceFunctionCall()
44 case angle::EntryPoint::GLAlphaFuncx: in ReplayTraceFunctionCall()
47 case angle::EntryPoint::GLAttachShader: in ReplayTraceFunctionCall()
51 case angle::EntryPoint::GLBeginPerfMonitorAMD: in ReplayTraceFunctionCall()
54 case angle::EntryPoint::GLBeginPixelLocalStorageANGLE: in ReplayTraceFunctionCall()
[all …]
Dtrace_interpreter_autogen.cpp27 return CallCapture(EntryPoint::EGLAcquireExternalContextANGLE, std::move(params)); in ParseCallCapture()
33 return CallCapture(EntryPoint::EGLBindAPI, std::move(params)); in ParseCallCapture()
39 return CallCapture(EntryPoint::EGLBindTexImage, std::move(params)); in ParseCallCapture()
45 return CallCapture(EntryPoint::EGLChooseConfig, std::move(params)); in ParseCallCapture()
51 return CallCapture(EntryPoint::EGLClientWaitSync, std::move(params)); in ParseCallCapture()
58 return CallCapture(EntryPoint::EGLClientWaitSyncKHR, std::move(params)); in ParseCallCapture()
64 return CallCapture(EntryPoint::EGLCopyBuffers, std::move(params)); in ParseCallCapture()
71 return CallCapture(EntryPoint::EGLCopyMetalSharedEventANGLE, std::move(params)); in ParseCallCapture()
77 return CallCapture(EntryPoint::EGLCreateContext, std::move(params)); in ParseCallCapture()
84 return CallCapture(EntryPoint::EGLCreateDeviceANGLE, std::move(params)); in ParseCallCapture()
[all …]

12345678910>>...129