/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderPropertyTestsEXT.cpp | 109 SpecConstantInstance (Context& context, SpecConstVector&& vec) in SpecConstantInstance() argument 147 PayloadShMemSizeInstance (Context& context, const TaskPayloadShMemSizeParams& params, SpecConstVector&& vec) in PayloadShMemSizeInstance() argument 552 MaxViewIndexInstance(Context& context) MaxViewIndexInstance() argument 824 MaxOutputLayersInstance(Context& context) MaxOutputLayersInstance() argument 1051 MaxMeshOutputPrimVertInstance(Context& context, uint32_t shaderPrimitives, uint32_t fbWidth) MaxMeshOutputPrimVertInstance() argument 1317 MaxMeshOutputComponentsInstance(Context& context, SpecConstVector&& scVector) MaxMeshOutputComponentsInstance() argument 1901 MaxMeshOutputSizeInstance(Context& context, SpecConstVector&& vec, uint32_t numViews) MaxMeshOutputSizeInstance() argument [all...] |
H A D | vktMeshShaderQueryTestsEXT.cpp | 346 MeshQueryInstance (Context& context, const TestParams& params) in MeshQueryInstance() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | glslang_lex_autogen.cpp | 1238 TParseContext *context = yyextra; global() variable 3346 is_extension_enabled_or_is_core(TParseContext *context, int extension_version, TExtension extension, int promotion_version) is_extension_enabled_or_is_core() argument 3360 ES2_reserved_ES3_keyword(TParseContext *context, int token) ES2_reserved_ES3_keyword() argument 3372 ES2_keyword_ES3_reserved(TParseContext *context, int token) ES2_keyword_ES3_reserved() argument 3384 ES3_reserved_ES3_1_keyword(TParseContext *context, int token) ES3_reserved_ES3_1_keyword() argument 3402 ES3_keyword(TParseContext *context, int token) ES3_keyword() argument 3417 ES2_reserved_ES3_1_keyword(TParseContext *context, int token) ES2_reserved_ES3_1_keyword() argument 3429 ES3_1_keyword(TParseContext *context, int token) ES3_1_keyword() argument 3445 WEBGL_video_texture_extension(TParseContext *context, int token) WEBGL_video_texture_extension() argument 3461 ES2_extension_2_ES3_keyword(TParseContext *context, TExtension extension1, TExtension extension2, int token) ES2_extension_2_ES3_keyword() argument 3484 ES2_reserved_ES2_extension_ES3_keyword(TParseContext *context, TExtension extension, int token) ES2_reserved_ES2_extension_ES3_keyword() argument 3498 ES3_extension(TParseContext *context, TExtension extension, int token) ES3_extension() argument 3514 ES3_reserved_ES3_1_extension_ES3_2_keyword(TParseContext *context, TExtension extension, int token) ES3_reserved_ES3_1_extension_ES3_2_keyword() argument 3537 ES3_reserved_ES3_extension(TParseContext *context, TExtension extension, int token) ES3_reserved_ES3_extension() argument 3558 ES3_reserved_ES3_extension_ES3_1_keyword(TParseContext *context, TExtension extension, int token) ES3_reserved_ES3_extension_ES3_1_keyword() argument 3580 ES3_reserved_ES3_extension_ES3_2_keyword(TParseContext *context, TExtension extension, int token) ES3_reserved_ES3_extension_ES3_2_keyword() argument 3602 ES3_1_reserved_ES3_1_extension_ES3_2_keyword(TParseContext *context, TExtension extension, int token) ES3_1_reserved_ES3_1_extension_ES3_2_keyword() argument 3625 ES3_1_reserved_ES3_1_extension_ES3_2_keyword_2(TParseContext *context, TExtension extension1, TExtension extension2, int token1, int token2) ES3_1_reserved_ES3_1_extension_ES3_2_keyword_2() argument 3654 ES3_and_3_1_reserved_ES3_1_extension_ES3_2_keyword_2(TParseContext *context, TExtension extension1, TExtension extension2, int token1, int token2) ES3_and_3_1_reserved_ES3_1_extension_ES3_2_keyword_2() argument 3683 uint_constant(TParseContext *context) uint_constant() argument 3699 floatsuffix_check(TParseContext *context) floatsuffix_check() argument 3717 yyerror(YYLTYPE *lloc, TParseContext *context, void *scanner, const char *reason) yyerror() argument 3722 int_constant(TParseContext *context) int_constant() argument 3747 yuvcscstandardext_constant(TParseContext *context) yuvcscstandardext_constant() argument 3765 glslang_initialize(TParseContext *context) glslang_initialize() argument 3775 glslang_finalize(TParseContext *context) glslang_finalize() argument 3787 glslang_scan(size_t count, const char *const string[], const int length[], TParseContext *context) glslang_scan() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Texture.cpp | 44 InitState DetermineInitState(const Context *context, Buffer *unpackBuffer, const uint8_t *pixels) in DetermineInitState() argument 758 void Texture::onDestroy(const Context *context) in onDestroy() argument 787 void Texture::setLabel(const Context *context, const std::string &label) in setLabel() argument 802 void Texture::setSwizzleRed(const Context *context, GLenu argument 813 setSwizzleGreen(const Context *context, GLenum swizzleGreen) setSwizzleGreen() argument 824 setSwizzleBlue(const Context *context, GLenum swizzleBlue) setSwizzleBlue() argument 835 setSwizzleAlpha(const Context *context, GLenum swizzleAlpha) setSwizzleAlpha() argument 846 setMinFilter(const Context *context, GLenum minFilter) setMinFilter() argument 859 setMagFilter(const Context *context, GLenum magFilter) setMagFilter() argument 872 setWrapS(const Context *context, GLenum wrapS) setWrapS() argument 885 setWrapT(const Context *context, GLenum wrapT) setWrapT() argument 900 setWrapR(const Context *context, GLenum wrapR) setWrapR() argument 913 setMaxAnisotropy(const Context *context, float maxAnisotropy) setMaxAnisotropy() argument 926 setMinLod(const Context *context, GLfloat minLod) setMinLod() argument 939 setMaxLod(const Context *context, GLfloat maxLod) setMaxLod() argument 952 setCompareMode(const Context *context, GLenum compareMode) setCompareMode() argument 965 setCompareFunc(const Context *context, GLenum compareFunc) setCompareFunc() argument 978 setSRGBDecode(const Context *context, GLenum sRGBDecode) setSRGBDecode() argument 991 setSRGBOverride(const Context *context, GLenum sRGBOverride) setSRGBOverride() argument 1011 setBaseLevel(const Context *context, GLuint baseLevel) setBaseLevel() argument 1027 setMaxLevel(const Context *context, GLuint maxLevel) setMaxLevel() argument 1040 setDepthStencilTextureMode(const Context *context, GLenum mode) setDepthStencilTextureMode() argument 1064 setUsage(const Context *context, GLenum usage) setUsage() argument 1075 setProtectedContent(Context *context, bool hasProtectedContent) setProtectedContent() argument 1195 setImage(Context *context, const PixelUnpackState &unpackState, Buffer *unpackBuffer, TextureTarget target, GLint level, GLenum internalFormat, const Extents &size, GLenum format, GLenum type, const uint8_t *pixels) setImage() argument 1229 setSubImage(Context *context, const PixelUnpackState &unpackState, Buffer *unpackBuffer, TextureTarget target, GLint level, const Box &area, GLenum format, GLenum type, const uint8_t *pixels) setSubImage() argument 1254 setCompressedImage(Context *context, const PixelUnpackState &unpackState, TextureTarget target, GLint level, GLenum internalFormat, const Extents &size, size_t imageSize, const uint8_t *pixels) setCompressedImage() argument 1285 setCompressedSubImage(const Context *context, const PixelUnpackState &unpackState, TextureTarget target, GLint level, const Box &area, GLenum format, size_t imageSize, const uint8_t *pixels) setCompressedSubImage() argument 1307 copyImage(Context *context, TextureTarget target, GLint level, const Rectangle &sourceArea, GLenum internalFormat, Framebuffer *source) copyImage() argument 1385 copySubImage(Context *context, const ImageIndex &index, const Offset &destOffset, const Rectangle &sourceArea, Framebuffer *source) copySubImage() argument 1424 copyRenderbufferSubData(Context *context, const gl::Renderbuffer *srcBuffer, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyRenderbufferSubData() argument 1447 copyTextureSubData(Context *context, const gl::Texture *srcTexture, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyTextureSubData() argument 1470 copyTexture(Context *context, TextureTarget target, GLint level, GLenum internalFormat, GLenum type, GLint sourceLevel, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, Texture *source) copyTexture() argument 1511 copySubTexture(const Context *context, TextureTarget target, GLint level, const Offset &destOffset, GLint sourceLevel, const Box &sourceBox, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, Texture *source) copySubTexture() argument 1541 copyCompressedTexture(Context *context, const Texture *source) copyCompressedTexture() argument 1559 setStorage(Context *context, TextureType type, GLsizei levels, GLenum internalFormat, const Extents &size) setStorage() argument 1594 setImageExternal(Context *context, TextureTarget target, GLint level, GLenum internalFormat, const Extents &size, GLenum format, GLenum type) setImageExternal() argument 1624 setStorageMultisample(Context *context, TextureType type, GLsizei samplesIn, GLint internalFormat, const Extents &size, bool fixedSampleLocations) setStorageMultisample() argument 1657 setStorageExternalMemory(Context *context, TextureType type, GLsizei levels, GLenum internalFormat, const Extents &size, MemoryObject *memoryObject, GLuint64 offset, GLbitfield createFlags, GLbitfield usageFlags, const void *imageCreateInfoPNext) setStorageExternalMemory() argument 1699 generateMipmap(Context *context) generateMipmap() argument 1761 bindTexImageFromSurface(Context *context, egl::Surface *surface) bindTexImageFromSurface() argument 1783 releaseTexImageFromSurface(const Context *context) releaseTexImageFromSurface() argument 1815 acquireImageFromStream(const Context *context, const egl::Stream::GLTextureDescription &desc) acquireImageFromStream() argument 1828 releaseImageFromStream(const Context *context) releaseImageFromStream() argument 1840 releaseTexImageInternal(Context *context) releaseTexImageInternal() argument 1859 setEGLImageTarget(Context *context, TextureType type, egl::Image *imageTarget) setEGLImageTarget() argument 1939 isRenderable(const Context *context, GLenum binding, const ImageIndex &imageIndex) const isRenderable() argument 1973 setBorderColor(const Context *context, const ColorGeneric &color) setBorderColor() argument 2015 setBuffer(const gl::Context *context, gl::Buffer *buffer, GLenum internalFormat) setBuffer() argument 2024 setBufferRange(const gl::Context *context, gl::Buffer *buffer, GLenum internalFormat, GLintptr offset, GLsizeiptr size) setBufferRange() argument 2065 onAttach(const Context *context, rx::Serial framebufferSerial) onAttach() argument 2079 onDetach(const Context *context, rx::Serial framebufferSerial) onDetach() argument 2098 syncState(const Context *context, Command source) syncState() argument 2112 isSamplerComplete(const Context *context, const Sampler *optionalSampler) isSamplerComplete() argument 2139 ensureInitialized(const Context *context) ensureInitialized() argument 2226 doesSubImageNeedInit(const Context *context, const ImageIndex &imageIndex, const Box &area) const doesSubImageNeedInit() argument 2246 ensureSubImageInitialized(const Context *context, const ImageIndex &imageIndex, const Box &area) ensureSubImageInitialized() argument 2260 handleMipmapGenerationHint(Context *context, int level) handleMipmapGenerationHint() argument 2361 getTexImage(const Context *context, const PixelPackState &packState, Buffer *packBuffer, TextureTarget target, GLint level, GLenum format, GLenum type, void *pixels) getTexImage() argument 2380 getCompressedTexImage(const Context *context, const PixelPackState &packState, Buffer *packBuffer, TextureTarget target, GLint level, void *pixels) getCompressedTexImage() argument [all...] |
H A D | validationEGL.cpp | 30 size_t GetMaximumMipLevel(const gl::Context *context, gl::TextureType type) in GetMaximumMipLevel() argument 59 bool TextureHasNonZeroMipLevelsSpecified(const gl::Context *context, const gl::Texture *texture) in TextureHasNonZeroMipLevelsSpecified() argument 995 gl::Context *context = static_cast<gl::Context *>(object); in ValidateLabeledObject() local 141 ValidateCreateImageMipLevelCommon(const ValidationContext *val, const gl::Context *context, const gl::Texture *texture, EGLAttrib level) ValidateCreateImageMipLevelCommon() argument 1127 ValidateCompatibleSurface(const ValidationContext *val, const Display *display, const gl::Context *context, const Surface *surface) ValidateCompatibleSurface() argument 2094 ValidateContext(const ValidationContext *val, const Display *display, const gl::Context *context) ValidateContext() argument 2193 GetContextIfValid(const Display *display, const gl::Context *context) GetContextIfValid() argument 3003 ValidateMakeCurrent(const ValidationContext *val, const Display *display, const Surface *draw, const Surface *read, const gl::Context *context) ValidateMakeCurrent() argument 3096 ValidateCreateImage(const ValidationContext *val, const Display *display, const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const AttributeMap &attributes) ValidateCreateImage() argument 3745 ValidateCreateImageKHR(const ValidationContext *val, const Display *display, const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const AttributeMap &attributes) ValidateCreateImageKHR() argument 3908 gl::Context *context = val->eglThread->getContext(); ValidateWaitSync() local 4072 gl::Context *context = val->eglThread->getContext(); ValidateStreamConsumerGLTextureExternalKHR() local 4130 gl::Context *context = val->eglThread->getContext(); ValidateStreamConsumerAcquireKHR() local 4184 gl::Context *context = val->eglThread->getContext(); ValidateStreamConsumerReleaseKHR() local 4230 gl::Context *context = val->eglThread->getContext(); ValidateStreamConsumerGLTextureExternalAttribsNV() local 4764 gl::Context *context = val->eglThread->getContext(); ValidateBindTexImage() local 4811 const gl::Context *context = val->eglThread->getContext(); ValidateSwapInterval() local 5364 gl::Context *context = val->eglThread->getContext(); ValidateQuerySurface() local 5399 ValidateQueryContext(const ValidationContext *val, const Display *display, const gl::Context *context, EGLint attribute, const EGLint *value) ValidateQueryContext() argument 6078 ValidateReleaseHighPowerGPUANGLE(const ValidationContext *val, const Display *display, const gl::Context *context) ValidateReleaseHighPowerGPUANGLE() argument 6086 ValidateReacquireHighPowerGPUANGLE(const ValidationContext *val, const Display *display, const gl::Context *context) ValidateReacquireHighPowerGPUANGLE() argument [all...] |
H A D | validationCL.cpp | 739 cl_int ValidateRetainContext(cl_context context) in ValidateRetainContext() argument 745 cl_int ValidateReleaseContext(cl_context context) in ValidateReleaseContext() argument 751 ValidateGetContextInfo(cl_context context, ContextInfo param_name, size_t param_value_size, const void *param_value, const size_t *param_value_size_ret) ValidateGetContextInfo() argument 825 ValidateCreateBuffer(cl_context context, MemFlags flags, size_t size, const void *host_ptr) ValidateCreateBuffer() argument 878 ValidateGetSupportedImageFormats(cl_context context, MemFlags flags, MemObjectType image_type, cl_uint num_entries, const cl_image_format *image_formats, const cl_uint *num_image_formats) ValidateGetSupportedImageFormats() argument 1015 ValidateCreateProgramWithSource(cl_context context, cl_uint count, const char **strings, const size_t *lengths) ValidateCreateProgramWithSource() argument 1042 ValidateCreateProgramWithBinary(cl_context context, cl_uint num_devices, const cl_device_id *device_list, const size_t *lengths, const unsigned char **binaries, const cl_int *binary_status) ValidateCreateProgramWithBinary() argument 1467 const Context *context = nullptr; ValidateWaitForEvents() local 2195 ValidateCreateImage2D(cl_context context, MemFlags flags, const cl_image_format *image_format, size_t image_width, size_t image_height, size_t image_row_pitch, const void *host_ptr) ValidateCreateImage2D() argument 2208 ValidateCreateImage3D(cl_context context, MemFlags flags, const cl_image_format *image_format, size_t image_width, size_t image_height, size_t image_depth, size_t image_row_pitch, size_t image_slice_pitch, const void *host_ptr) ValidateCreateImage3D() argument 2301 ValidateCreateCommandQueue(cl_context context, cl_device_id device, CommandQueueProperties properties) ValidateCreateCommandQueue() argument 2327 ValidateCreateSampler(cl_context context, cl_bool normalized_coords, AddressingMode addressing_mode, FilterMode filter_mode) ValidateCreateSampler() argument 2475 ValidateCreateUserEvent(cl_context context) ValidateCreateUserEvent() argument 2691 ValidateCreateImage(cl_context context, MemFlags flags, const cl_image_format *image_format, const cl_image_desc *image_desc, const void *host_ptr) ValidateCreateImage() argument 2863 ValidateCreateProgramWithBuiltInKernels(cl_context context, cl_uint num_devices, const cl_device_id *device_list, const char *kernel_names) ValidateCreateProgramWithBuiltInKernels() argument 2981 ValidateLinkProgram(cl_context context, cl_uint num_devices, const cl_device_id *device_list, const char *options, cl_uint num_input_programs, const cl_program *input_programs, void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data), const void *user_data) ValidateLinkProgram() argument 3251 ValidateCreateCommandQueueWithProperties(cl_context context, cl_device_id device, const cl_queue_properties *properties) ValidateCreateCommandQueueWithProperties() argument 3322 ValidateCreatePipe(cl_context context, MemFlags flags, cl_uint pipe_packet_size, cl_uint pipe_max_packets, const cl_pipe_properties *properties) ValidateCreatePipe() argument 3340 ValidateSVMAlloc(cl_context context, SVM_MemFlags flags, size_t size, cl_uint alignment) ValidateSVMAlloc() argument 3345 ValidateSVMFree(cl_context context, const void *svm_pointer) ValidateSVMFree() argument 3350 ValidateCreateSamplerWithProperties(cl_context context, const cl_sampler_properties *sampler_properties) ValidateCreateSamplerWithProperties() argument 3485 ValidateSetDefaultDeviceCommandQueue(cl_context context, cl_device_id device, cl_command_queue command_queue) ValidateSetDefaultDeviceCommandQueue() argument 3504 ValidateCreateProgramWithIL(cl_context context, const void *il, size_t length) ValidateCreateProgramWithIL() argument 3575 ValidateSetContextDestructorCallback(cl_context context, void(CL_CALLBACK *pfn_notify)(cl_context context, void *user_data), const void *user_data) ValidateSetContextDestructorCallback() argument 3583 ValidateCreateBufferWithProperties(cl_context context, const cl_mem_properties *properties, MemFlags flags, size_t size, const void *host_ptr) ValidateCreateBufferWithProperties() argument 3608 ValidateCreateImageWithProperties(cl_context context, const cl_mem_properties *properties, MemFlags flags, const cl_image_format *image_format, const cl_image_desc *image_desc, const void *host_ptr) ValidateCreateImageWithProperties() argument [all...] |
H A D | validationESEXT.cpp | 26 bool ValidateGetImageFormatAndType(const Context *context, in ValidateGetImageFormatAndType() argument 72 bool IsValidMemoryObjectParamater(const Context *context, in IsValidMemoryObjectParamater() argument 94 bool ValidateObjectIdentifierAndName(const Context *context, in ValidateObjectIdentifierAndName() argument 237 ValidateGetTexImageANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum format, GLenum type, const void *pixels) ValidateGetTexImageANGLE() argument 295 ValidateGetCompressedTexImageANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, const void *pixels) ValidateGetCompressedTexImageANGLE() argument 311 ValidateGetRenderbufferImageANGLE(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum format, GLenum type, const void *pixels) ValidateGetRenderbufferImageANGLE() argument 348 ValidateDrawElementsBaseVertexEXT(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLsizei count, DrawElementsType type, const void *indices, GLint basevertex) ValidateDrawElementsBaseVertexEXT() argument 365 ValidateDrawElementsInstancedBaseVertexEXT(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLsizei count, DrawElementsType type, const void *indices, GLsizei instancecount, GLint basevertex) ValidateDrawElementsInstancedBaseVertexEXT() argument 384 ValidateDrawRangeElementsBaseVertexEXT(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLuint start, GLuint end, GLsizei count, DrawElementsType type, const void *indices, GLint basevertex) ValidateDrawRangeElementsBaseVertexEXT() argument 431 ValidateMultiDrawElementsBaseVertexEXT(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, const GLsizei *count, DrawElementsType type, const void *const *indices, GLsizei drawcount, const GLint *basevertex) ValidateMultiDrawElementsBaseVertexEXT() argument 443 ValidateMultiDrawArraysIndirectEXT(const Context *context, angle::EntryPoint entryPoint, GLenum mode, const void *indirect, GLsizei drawcount, GLsizei stride) ValidateMultiDrawArraysIndirectEXT() argument 464 ValidateMultiDrawElementsIndirectEXT(const Context *context, angle::EntryPoint entryPoint, GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride) ValidateMultiDrawElementsIndirectEXT() argument 515 ValidateDrawElementsBaseVertexOES(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLsizei count, DrawElementsType type, const void *indices, GLint basevertex) ValidateDrawElementsBaseVertexOES() argument 532 ValidateDrawElementsInstancedBaseVertexOES(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLsizei count, DrawElementsType type, const void *indices, GLsizei instancecount, GLint basevertex) ValidateDrawElementsInstancedBaseVertexOES() argument 551 ValidateDrawRangeElementsBaseVertexOES(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLuint start, GLuint end, GLsizei count, DrawElementsType type, const void *indices, GLint basevertex) ValidateDrawRangeElementsBaseVertexOES() argument 599 ValidateBlendBarrierKHR(const Context *context, angle::EntryPoint entryPoint) ValidateBlendBarrierKHR() argument 605 ValidateBlendEquationSeparateiEXT(const Context *context, angle::EntryPoint entryPoint, GLuint buf, GLenum modeRGB, GLenum modeAlpha) ValidateBlendEquationSeparateiEXT() argument 620 ValidateBlendEquationiEXT(const Context *context, angle::EntryPoint entryPoint, GLuint buf, GLenum mode) ValidateBlendEquationiEXT() argument 634 ValidateBlendFuncSeparateiEXT(const Context *context, angle::EntryPoint entryPoint, GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) ValidateBlendFuncSeparateiEXT() argument 651 ValidateBlendFunciEXT(const Context *context, angle::EntryPoint entryPoint, GLuint buf, GLenum src, GLenum dst) ValidateBlendFunciEXT() argument 666 ValidateColorMaskiEXT(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) ValidateColorMaskiEXT() argument 683 ValidateDisableiEXT(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLuint index) ValidateDisableiEXT() argument 697 ValidateEnableiEXT(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLuint index) ValidateEnableiEXT() argument 711 ValidateIsEnablediEXT(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLuint index) ValidateIsEnablediEXT() argument 725 ValidateBlendEquationSeparateiOES(const Context *context, angle::EntryPoint entryPoint, GLuint buf, GLenum modeRGB, GLenum modeAlpha) ValidateBlendEquationSeparateiOES() argument 740 ValidateBlendEquationiOES(const Context *context, angle::EntryPoint entryPoint, GLuint buf, GLenum mode) ValidateBlendEquationiOES() argument 754 ValidateBlendFuncSeparateiOES(const Context *context, angle::EntryPoint entryPoint, GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) ValidateBlendFuncSeparateiOES() argument 771 ValidateBlendFunciOES(const Context *context, angle::EntryPoint entryPoint, GLuint buf, GLenum src, GLenum dst) ValidateBlendFunciOES() argument 786 ValidateColorMaskiOES(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) ValidateColorMaskiOES() argument 803 ValidateDisableiOES(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLuint index) ValidateDisableiOES() argument 817 ValidateEnableiOES(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLuint index) ValidateEnableiOES() argument 831 ValidateIsEnablediOES(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLuint index) ValidateIsEnablediOES() argument 845 ValidateGetInteger64vEXT(const Context *context, angle::EntryPoint entryPoint, GLenum pname, const GLint64 *data) ValidateGetInteger64vEXT() argument 866 ValidateCopyImageSubDataEXT(const Context *context, angle::EntryPoint entryPoint, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) ValidateCopyImageSubDataEXT() argument 895 ValidateCopyImageSubDataOES(const Context *context, angle::EntryPoint entryPoint, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) ValidateCopyImageSubDataOES() argument 924 ValidateBufferStorageMemEXT(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLsizeiptr size, MemoryObjectID memory, GLuint64 offset) ValidateBufferStorageMemEXT() argument 941 ValidateCreateMemoryObjectsEXT(const Context *context, angle::EntryPoint entryPoint, GLsizei n, const MemoryObjectID *memoryObjects) ValidateCreateMemoryObjectsEXT() argument 955 ValidateDeleteMemoryObjectsEXT(const Context *context, angle::EntryPoint entryPoint, GLsizei n, const MemoryObjectID *memoryObjects) ValidateDeleteMemoryObjectsEXT() argument 969 ValidateGetMemoryObjectParameterivEXT(const Context *context, angle::EntryPoint entryPoint, MemoryObjectID memoryObject, GLenum pname, const GLint *params) ValidateGetMemoryObjectParameterivEXT() argument 996 ValidateGetUnsignedBytevEXT(const Context *context, angle::EntryPoint entryPoint, GLenum pname, const GLubyte *data) ValidateGetUnsignedBytevEXT() argument 1011 ValidateGetUnsignedBytei_vEXT(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLuint index, const GLubyte *data) ValidateGetUnsignedBytei_vEXT() argument 1027 ValidateIsMemoryObjectEXT(const Context *context, angle::EntryPoint entryPoint, MemoryObjectID memoryObject) ValidateIsMemoryObjectEXT() argument 1040 ValidateMemoryObjectParameterivEXT(const Context *context, angle::EntryPoint entryPoint, MemoryObjectID memoryObject, GLenum pname, const GLint *params) ValidateMemoryObjectParameterivEXT() argument 1074 ValidateTexStorageMem2DEXT(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, MemoryObjectID memory, GLuint64 offset) ValidateTexStorageMem2DEXT() argument 1101 ValidateTexStorageMem3DEXT(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, MemoryObjectID memory, GLuint64 offset) ValidateTexStorageMem3DEXT() argument 1122 ValidateImportMemoryFdEXT(const Context *context, angle::EntryPoint entryPoint, MemoryObjectID memory, GLuint64 size, HandleType handleType, GLint fd) ValidateImportMemoryFdEXT() argument 1147 ValidateImportMemoryZirconHandleANGLE(const Context *context, angle::EntryPoint entryPoint, MemoryObjectID memory, GLuint64 size, HandleType handleType, GLuint handle) ValidateImportMemoryZirconHandleANGLE() argument 1172 ValidateDeleteSemaphoresEXT(const Context *context, angle::EntryPoint entryPoint, GLsizei n, const SemaphoreID *semaphores) ValidateDeleteSemaphoresEXT() argument 1186 ValidateGenSemaphoresEXT(const Context *context, angle::EntryPoint entryPoint, GLsizei n, const SemaphoreID *semaphores) ValidateGenSemaphoresEXT() argument 1200 ValidateGetSemaphoreParameterui64vEXT(const Context *context, angle::EntryPoint entryPoint, SemaphoreID semaphore, GLenum pname, const GLuint64 *params) ValidateGetSemaphoreParameterui64vEXT() argument 1216 ValidateIsSemaphoreEXT(const Context *context, angle::EntryPoint entryPoint, SemaphoreID semaphore) ValidateIsSemaphoreEXT() argument 1229 ValidateSemaphoreParameterui64vEXT(const Context *context, angle::EntryPoint entryPoint, SemaphoreID semaphore, GLenum pname, const GLuint64 *params) ValidateSemaphoreParameterui64vEXT() argument 1245 ValidateSignalSemaphoreEXT(const Context *context, angle::EntryPoint entryPoint, SemaphoreID semaphore, GLuint numBufferBarriers, const BufferID *buffers, GLuint numTextureBarriers, const TextureID *textures, const GLenum *dstLayouts) ValidateSignalSemaphoreEXT() argument 1286 ValidateWaitSemaphoreEXT(const Context *context, angle::EntryPoint entryPoint, SemaphoreID semaphore, GLuint numBufferBarriers, const BufferID *buffers, GLuint numTextureBarriers, const TextureID *textures, const GLenum *srcLayouts) ValidateWaitSemaphoreEXT() argument 1327 ValidateImportSemaphoreFdEXT(const Context *context, angle::EntryPoint entryPoint, SemaphoreID semaphore, HandleType handleType, GLint fd) ValidateImportSemaphoreFdEXT() argument 1351 ValidateGetSamplerParameterIivEXT(const Context *context, angle::EntryPoint entryPoint, SamplerID samplerPacked, GLenum pname, const GLint *params) ValidateGetSamplerParameterIivEXT() argument 1365 ValidateGetSamplerParameterIuivEXT(const Context *context, angle::EntryPoint entryPoint, SamplerID samplerPacked, GLenum pname, const GLuint *params) ValidateGetSamplerParameterIuivEXT() argument 1379 ValidateGetTexParameterIivEXT(const Context *context, angle::EntryPoint entryPoint, TextureType targetPacked, GLenum pname, const GLint *params) ValidateGetTexParameterIivEXT() argument 1393 ValidateGetTexParameterIuivEXT(const Context *context, angle::EntryPoint entryPoint, TextureType targetPacked, GLenum pname, const GLuint *params) ValidateGetTexParameterIuivEXT() argument 1407 ValidateSamplerParameterIivEXT(const Context *context, angle::EntryPoint entryPoint, SamplerID samplerPacked, GLenum pname, const GLint *param) ValidateSamplerParameterIivEXT() argument 1421 ValidateSamplerParameterIuivEXT(const Context *context, angle::EntryPoint entryPoint, SamplerID samplerPacked, GLenum pname, const GLuint *param) ValidateSamplerParameterIuivEXT() argument 1435 ValidateTexParameterIivEXT(const Context *context, angle::EntryPoint entryPoint, TextureType targetPacked, GLenum pname, const GLint *params) ValidateTexParameterIivEXT() argument 1449 ValidateTexParameterIuivEXT(const Context *context, angle::EntryPoint entryPoint, TextureType targetPacked, GLenum pname, const GLuint *params) ValidateTexParameterIuivEXT() argument 1463 ValidateImportSemaphoreZirconHandleANGLE(const Context *context, angle::EntryPoint entryPoint, SemaphoreID semaphore, HandleType handleType, GLuint handle) ValidateImportSemaphoreZirconHandleANGLE() argument 1487 ValidateFramebufferFetchBarrierEXT(const Context *context, angle::EntryPoint entryPoint) ValidateFramebufferFetchBarrierEXT() argument 1492 ValidatePatchParameteriEXT(const Context *context, angle::EntryPoint entryPoint, GLenum pname, GLint value) ValidatePatchParameteriEXT() argument 1525 ValidateTexStorageMemFlags2DANGLE(const Context *context, angle::EntryPoint entryPoint, TextureType targetPacked, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, MemoryObjectID memoryPacked, GLuint64 offset, GLbitfield createFlags, GLbitfield usageFlags, const void *imageCreateInfoPNext) ValidateTexStorageMemFlags2DANGLE() argument 1583 ValidateTexStorageMemFlags2DMultisampleANGLE(const Context *context, angle::EntryPoint entryPoint, TextureType targetPacked, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations, MemoryObjectID memoryPacked, GLuint64 offset, GLbitfield createFlags, GLbitfield usageFlags, const void *imageCreateInfoPNext) ValidateTexStorageMemFlags2DMultisampleANGLE() argument 1601 ValidateTexStorageMemFlags3DANGLE(const Context *context, angle::EntryPoint entryPoint, TextureType targetPacked, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, MemoryObjectID memoryPacked, GLuint64 offset, GLbitfield createFlags, GLbitfield usageFlags, const void *imageCreateInfoPNext) ValidateTexStorageMemFlags3DANGLE() argument 1619 ValidateTexStorageMemFlags3DMultisampleANGLE(const Context *context, angle::EntryPoint entryPoint, TextureType targetPacked, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, MemoryObjectID memoryPacked, GLuint64 offset, GLbitfield createFlags, GLbitfield usageFlags, const void *imageCreateInfoPNext) ValidateTexStorageMemFlags3DMultisampleANGLE() argument 1639 ValidateBufferStorageEXT(const Context *context, angle::EntryPoint entryPoint, BufferBinding targetPacked, GLsizeiptr size, const void *data, GLbitfield flags) ValidateBufferStorageEXT() argument 1698 ValidateClipControlEXT(const Context *context, angle::EntryPoint entryPoint, GLenum origin, GLenum depth) ValidateClipControlEXT() argument 1719 ValidateBufferStorageExternalEXT(const Context *context, angle::EntryPoint entryPoint, BufferBinding targetPacked, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags) ValidateBufferStorageExternalEXT() argument 1747 ValidateNamedBufferStorageExternalEXT(const Context *context, angle::EntryPoint entryPoint, GLuint buffer, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags) ValidateNamedBufferStorageExternalEXT() argument 1760 ValidatePrimitiveBoundingBoxEXT(const Context *context, angle::EntryPoint entryPoint, GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) ValidatePrimitiveBoundingBoxEXT() argument 1781 ValidateActiveShaderProgramEXT(const Context *context, angle::EntryPoint entryPoint, ProgramPipelineID pipelinePacked, ShaderProgramID programPacked) ValidateActiveShaderProgramEXT() argument 1795 ValidateBindProgramPipelineEXT(const Context *context, angle::EntryPoint entryPoint, ProgramPipelineID pipelinePacked) ValidateBindProgramPipelineEXT() argument 1808 ValidateCreateShaderProgramvEXT(const Context *context, angle::EntryPoint entryPoint, ShaderType typePacked, GLsizei count, const GLchar **strings) ValidateCreateShaderProgramvEXT() argument 1823 ValidateDeleteProgramPipelinesEXT(const Context *context, angle::EntryPoint entryPoint, GLsizei n, const ProgramPipelineID *pipelinesPacked) ValidateDeleteProgramPipelinesEXT() argument 1837 ValidateGenProgramPipelinesEXT(const Context *context, angle::EntryPoint entryPoint, GLsizei n, const ProgramPipelineID *pipelinesPacked) ValidateGenProgramPipelinesEXT() argument 1851 ValidateGetProgramPipelineInfoLogEXT(const Context *context, angle::EntryPoint entryPoint, ProgramPipelineID pipelinePacked, GLsizei bufSize, const GLsizei *length, const GLchar *infoLog) ValidateGetProgramPipelineInfoLogEXT() argument 1868 ValidateGetProgramPipelineivEXT(const Context *context, angle::EntryPoint entryPoint, ProgramPipelineID pipelinePacked, GLenum pname, const GLint *params) ValidateGetProgramPipelineivEXT() argument 1883 ValidateIsProgramPipelineEXT(const Context *context, angle::EntryPoint entryPoint, ProgramPipelineID pipelinePacked) ValidateIsProgramPipelineEXT() argument 1896 ValidateProgramParameteriEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, GLenum pname, GLint value) ValidateProgramParameteriEXT() argument 1911 ValidateProgramUniform1fEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLfloat v0) ValidateProgramUniform1fEXT() argument 1926 ValidateProgramUniform1fvEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, const GLfloat *value) ValidateProgramUniform1fvEXT() argument 1943 ValidateProgramUniform1iEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLint v0) ValidateProgramUniform1iEXT() argument 1958 ValidateProgramUniform1ivEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, const GLint *value) ValidateProgramUniform1ivEXT() argument 1975 ValidateProgramUniform1uiEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLuint v0) ValidateProgramUniform1uiEXT() argument 1990 ValidateProgramUniform1uivEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, const GLuint *value) ValidateProgramUniform1uivEXT() argument 2007 ValidateProgramUniform2fEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLfloat v0, GLfloat v1) ValidateProgramUniform2fEXT() argument 2023 ValidateProgramUniform2fvEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, const GLfloat *value) ValidateProgramUniform2fvEXT() argument 2040 ValidateProgramUniform2iEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLint v0, GLint v1) ValidateProgramUniform2iEXT() argument 2056 ValidateProgramUniform2ivEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, const GLint *value) ValidateProgramUniform2ivEXT() argument 2073 ValidateProgramUniform2uiEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLuint v0, GLuint v1) ValidateProgramUniform2uiEXT() argument 2090 ValidateProgramUniform2uivEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, const GLuint *value) ValidateProgramUniform2uivEXT() argument 2107 ValidateProgramUniform3fEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLfloat v0, GLfloat v1, GLfloat v2) ValidateProgramUniform3fEXT() argument 2125 ValidateProgramUniform3fvEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, const GLfloat *value) ValidateProgramUniform3fvEXT() argument 2142 ValidateProgramUniform3iEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLint v0, GLint v1, GLint v2) ValidateProgramUniform3iEXT() argument 2160 ValidateProgramUniform3ivEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, const GLint *value) ValidateProgramUniform3ivEXT() argument 2177 ValidateProgramUniform3uiEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLuint v0, GLuint v1, GLuint v2) ValidateProgramUniform3uiEXT() argument 2195 ValidateProgramUniform3uivEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, const GLuint *value) ValidateProgramUniform3uivEXT() argument 2212 ValidateProgramUniform4fEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) ValidateProgramUniform4fEXT() argument 2231 ValidateProgramUniform4fvEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, const GLfloat *value) ValidateProgramUniform4fvEXT() argument 2248 ValidateProgramUniform4iEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLint v0, GLint v1, GLint v2, GLint v3) ValidateProgramUniform4iEXT() argument 2267 ValidateProgramUniform4ivEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, const GLint *value) ValidateProgramUniform4ivEXT() argument 2278 ValidateProgramUniform4uiEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLuint v0, GLuint v1, GLuint v2, GLuint v3) ValidateProgramUniform4uiEXT() argument 2297 ValidateProgramUniform4uivEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, const GLuint *value) ValidateProgramUniform4uivEXT() argument 2308 ValidateProgramUniformMatrix2fvEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, GLboolean transpose, const GLfloat *value) ValidateProgramUniformMatrix2fvEXT() argument 2326 ValidateProgramUniformMatrix2x3fvEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, GLboolean transpose, const GLfloat *value) ValidateProgramUniformMatrix2x3fvEXT() argument 2344 ValidateProgramUniformMatrix2x4fvEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, GLboolean transpose, const GLfloat *value) ValidateProgramUniformMatrix2x4fvEXT() argument 2362 ValidateProgramUniformMatrix3fvEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, GLboolean transpose, const GLfloat *value) ValidateProgramUniformMatrix3fvEXT() argument 2380 ValidateProgramUniformMatrix3x2fvEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, GLboolean transpose, const GLfloat *value) ValidateProgramUniformMatrix3x2fvEXT() argument 2398 ValidateProgramUniformMatrix3x4fvEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, GLboolean transpose, const GLfloat *value) ValidateProgramUniformMatrix3x4fvEXT() argument 2416 ValidateProgramUniformMatrix4fvEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, GLboolean transpose, const GLfloat *value) ValidateProgramUniformMatrix4fvEXT() argument 2434 ValidateProgramUniformMatrix4x2fvEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, GLboolean transpose, const GLfloat *value) ValidateProgramUniformMatrix4x2fvEXT() argument 2452 ValidateProgramUniformMatrix4x3fvEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, GLboolean transpose, const GLfloat *value) ValidateProgramUniformMatrix4x3fvEXT() argument 2470 ValidateUseProgramStagesEXT(const Context *context, angle::EntryPoint entryPoint, ProgramPipelineID pipelinePacked, GLbitfield stages, ShaderProgramID programPacked) ValidateUseProgramStagesEXT() argument 2485 ValidateValidateProgramPipelineEXT(const Context *context, angle::EntryPoint entryPoint, ProgramPipelineID pipelinePacked) ValidateValidateProgramPipelineEXT() argument 2499 ValidateGetObjectLabelEXT(const Context *context, angle::EntryPoint entryPoint, GLenum type, GLuint object, GLsizei bufSize, const GLsizei *length, const GLchar *label) ValidateGetObjectLabelEXT() argument 2522 ValidateLabelObjectEXT(const Context *context, angle::EntryPoint entryPoint, GLenum type, GLuint object, GLsizei length, const GLchar *label) ValidateLabelObjectEXT() argument 2544 ValidateEGLImageTargetTextureStorageEXT(const Context *context, angle::EntryPoint entryPoint, GLuint texture, GLeglImageOES image, const GLint *attrib_list) ValidateEGLImageTargetTextureStorageEXT() argument 2554 ValidateEGLImageTargetTexStorageEXT(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLeglImageOES image, const GLint *attrib_list) ValidateEGLImageTargetTexStorageEXT() argument 2564 ValidateAcquireTexturesANGLE(const Context *context, angle::EntryPoint entryPoint, GLuint numTextures, const TextureID *textures, const GLenum *layouts) ValidateAcquireTexturesANGLE() argument 2593 ValidateReleaseTexturesANGLE(const Context *context, angle::EntryPoint entryPoint, GLuint numTextures, const TextureID *textures, const GLenum *layouts) ValidateReleaseTexturesANGLE() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cVertexAttrib64BitTest.cpp | 88 Base::Base(deqp::Context& context, const char* name, const char* description) in Base() argument 338 ApiErrorsTest::ApiErrorsTest(deqp::Context& context) in ApiErrorsTest() argument 684 GetVertexAttribTest(deqp::Context& context) GetVertexAttribTest() argument 1467 LimitTest(deqp::Context& context) LimitTest() argument 3183 VAOTest(deqp::Context& context) VAOTest() argument 4085 VertexAttrib64BitTests(deqp::Context& context) VertexAttrib64BitTests() argument [all...] |
H A D | gl3cTransformFeedbackTests.cpp | 58 gl3cts::TransformFeedback::Tests::Tests(deqp::Context& context) in Tests() argument 107 gl3cts::TransformFeedback::APIErrors::APIErrors(deqp::Context& context) in APIErrors() argument 1718 gl3cts::TransformFeedback::LinkingErrors::LinkingErrors(deqp::Context& context) in LinkingErrors() argument 2052 gl3cts::TransformFeedback::Limits::Limits(deqp::Context& context) in Limits() argument 2240 CaptureVertexInterleaved(deqp::Context& context, const char* test_name, const char* test_description) CaptureVertexInterleaved() argument 2803 CaptureGeometryInterleaved(deqp::Context& context, const char* test_name, const char* test_description) CaptureGeometryInterleaved() argument 3093 CaptureVertexSeparate(deqp::Context& context, const char* test_name, const char* test_description) CaptureVertexSeparate() argument 3316 CaptureGeometrySeparate(deqp::Context& context, const char* test_name, const char* test_description) CaptureGeometrySeparate() argument 3329 CheckGetXFBVarying(deqp::Context& context, const char* test_name, const char* test_description) CheckGetXFBVarying() argument 3770 QueryVertexInterleaved(deqp::Context& context, const char* test_name, const char* test_description) QueryVertexInterleaved() argument 3841 QueryGeometryInterleaved(deqp::Context& context, const char* test_name, const char* test_description) QueryGeometryInterleaved() argument 3915 QueryVertexSeparate(deqp::Context& context, const char* test_name, const char* test_description) QueryVertexSeparate() argument 3988 QueryGeometrySeparate(deqp::Context& context, const char* test_name, const char* test_description) QueryGeometrySeparate() argument 4062 DiscardVertex(deqp::Context& context, const char* test_name, const char* test_description) DiscardVertex() argument 4115 DiscardGeometry(deqp::Context& context, const char* test_name, const char* test_description) DiscardGeometry() argument 4169 DrawXFB(deqp::Context& context, const char* test_name, const char* test_description) DrawXFB() argument 4715 DrawXFBFeedback(deqp::Context& context, const char* test_name, const char* test_description) DrawXFBFeedback() argument 5007 CaptureSpecialInterleaved(deqp::Context& context, const char* test_name, const char* test_description) CaptureSpecialInterleaved() argument 5277 DrawXFBStream(deqp::Context& context, const char* test_name, const char* test_description) DrawXFBStream() argument 5738 DrawXFBInstanced(deqp::Context& context, const char* test_name, const char* test_description) DrawXFBInstanced() argument 6174 DrawXFBStreamInstanced(deqp::Context& context, const char* test_name, const char* test_description) DrawXFBStreamInstanced() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
H A D | es3cCopyTexImageConversionsTests.cpp | 4769 TestBase::TestBase(deqp::Context& context, GLenum source_attachment_type, GLenum destination_attachment_type) in TestBase() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cArrayOfArraysTests.hpp | 319 SizedDeclarationsPrimitive(Context& context) in SizedDeclarationsPrimitive() argument 342 SizedDeclarationsStructTypes1(Context& context) in SizedDeclarationsStructTypes1() argument 366 SizedDeclarationsStructTypes2(Context& context) in SizedDeclarationsStructTypes2() argument 392 SizedDeclarationsStructTypes3(Context& context) in SizedDeclarationsStructTypes3() argument 416 SizedDeclarationsStructTypes4(Context& context) SizedDeclarationsStructTypes4() argument 441 SizedDeclarationsTypenameStyle1(Context& context) SizedDeclarationsTypenameStyle1() argument 466 SizedDeclarationsTypenameStyle2(Context& context) SizedDeclarationsTypenameStyle2() argument 492 SizedDeclarationsTypenameStyle3(Context& context) SizedDeclarationsTypenameStyle3() argument 519 SizedDeclarationsTypenameStyle4(Context& context) SizedDeclarationsTypenameStyle4() argument 544 SizedDeclarationsTypenameStyle5(Context& context) SizedDeclarationsTypenameStyle5() argument 570 SizedDeclarationsFunctionParams(Context& context) SizedDeclarationsFunctionParams() argument 598 sized_declarations_invalid_sizes1(Context& context) sized_declarations_invalid_sizes1() argument 622 sized_declarations_invalid_sizes2(Context& context) sized_declarations_invalid_sizes2() argument 646 sized_declarations_invalid_sizes3(Context& context) sized_declarations_invalid_sizes3() argument 670 sized_declarations_invalid_sizes4(Context& context) sized_declarations_invalid_sizes4() argument 695 ConstructorsAndUnsizedDeclConstructors1(Context& context) ConstructorsAndUnsizedDeclConstructors1() argument 720 ConstructorsAndUnsizedDeclConstructors2(Context& context) ConstructorsAndUnsizedDeclConstructors2() argument 746 ConstructorsAndUnsizedDeclUnsizedConstructors(Context& context) ConstructorsAndUnsizedDeclUnsizedConstructors() argument 773 ConstructorsAndUnsizedDeclConst(Context& context) ConstructorsAndUnsizedDeclConst() argument 797 ConstructorsAndUnsizedDeclInvalidConstructors1(Context& context) ConstructorsAndUnsizedDeclInvalidConstructors1() argument 820 ConstructorsAndUnsizedDeclInvalidConstructors2(Context& context) ConstructorsAndUnsizedDeclInvalidConstructors2() argument 844 ConstructorsAndUnsizedDeclInvalidConstructors3(Context& context) ConstructorsAndUnsizedDeclInvalidConstructors3() argument 868 ConstructorsAndUnsizedDeclInvalidConstructors4(Context& context) ConstructorsAndUnsizedDeclInvalidConstructors4() argument 892 ConstructorsAndUnsizedDeclConstructorSizing1(Context& context) ConstructorsAndUnsizedDeclConstructorSizing1() argument 917 ConstructorsAndUnsizedDeclConstructorSizing2(Context& context) ConstructorsAndUnsizedDeclConstructorSizing2() argument 944 ConstructorsAndUnsizedDeclStructConstructors(Context& context) ConstructorsAndUnsizedDeclStructConstructors() argument 969 ConstructorsAndUnsizedDeclUnsizedArrays1(Context& context) ConstructorsAndUnsizedDeclUnsizedArrays1() argument 992 ConstructorsAndUnsizedDeclUnsizedArrays2(Context& context) ConstructorsAndUnsizedDeclUnsizedArrays2() argument 1015 ConstructorsAndUnsizedDeclUnsizedArrays3(Context& context) ConstructorsAndUnsizedDeclUnsizedArrays3() argument 1039 ConstructorsAndUnsizedDeclUnsizedArrays4(Context& context) ConstructorsAndUnsizedDeclUnsizedArrays4() argument 1063 ExpressionsAssignment1(Context& context) ExpressionsAssignment1() argument 1088 ExpressionsAssignment2(Context& context) ExpressionsAssignment2() argument 1111 ExpressionsAssignment3(Context& context) ExpressionsAssignment3() argument 1135 ExpressionsTypeRestrictions1(Context& context) ExpressionsTypeRestrictions1() argument 1159 ExpressionsTypeRestrictions2(Context& context) ExpressionsTypeRestrictions2() argument 1183 ExpressionsIndexingScalar1(Context& context) ExpressionsIndexingScalar1() argument 1206 ExpressionsIndexingScalar2(Context& context) ExpressionsIndexingScalar2() argument 1229 ExpressionsIndexingScalar3(Context& context) ExpressionsIndexingScalar3() argument 1252 ExpressionsIndexingScalar4(Context& context) ExpressionsIndexingScalar4() argument 1276 ExpressionsIndexingArray1(Context& context) ExpressionsIndexingArray1() argument 1302 ExpressionsIndexingArray2(Context& context) ExpressionsIndexingArray2() argument 1327 ExpressionsIndexingArray3(Context& context) ExpressionsIndexingArray3() argument 1350 ExpressionsDynamicIndexing1(Context& context) ExpressionsDynamicIndexing1() argument 1374 ExpressionsDynamicIndexing2(Context& context) ExpressionsDynamicIndexing2() argument 1398 ExpressionsEquality1(Context& context) ExpressionsEquality1() argument 1425 ExpressionsEquality2(Context& context) ExpressionsEquality2() argument 1450 ExpressionsLength1(Context& context, const glw::GLchar* name, const glw::GLchar* description) ExpressionsLength1() argument 1456 ExpressionsLength1(Context& context) ExpressionsLength1() argument 1504 ExpressionsLength2(Context& context) ExpressionsLength2() argument 1528 ExpressionsLength3(Context& context) ExpressionsLength3() argument 1552 ExpressionsInvalid1(Context& context) ExpressionsInvalid1() argument 1574 ExpressionsInvalid2(Context& context) ExpressionsInvalid2() argument 1598 InteractionFunctionCalls1(Context& context, const glw::GLchar* name, const glw::GLchar* description) InteractionFunctionCalls1() argument 1604 InteractionFunctionCalls1(Context& context) InteractionFunctionCalls1() argument 1664 InteractionFunctionCalls2(Context& context) InteractionFunctionCalls2() argument 1690 InteractionArgumentAliasing1(Context& context) InteractionArgumentAliasing1() argument 1717 InteractionArgumentAliasing2(Context& context) InteractionArgumentAliasing2() argument 1744 InteractionArgumentAliasing3(Context& context) InteractionArgumentAliasing3() argument 1771 InteractionArgumentAliasing4(Context& context) InteractionArgumentAliasing4() argument 1798 InteractionArgumentAliasing5(Context& context) InteractionArgumentAliasing5() argument 1825 InteractionArgumentAliasing6(Context& context) InteractionArgumentAliasing6() argument 1853 InteractionUniforms1(Context& context, const glw::GLchar* name, const glw::GLchar* description) InteractionUniforms1() argument 1859 InteractionUniforms1(Context& context) InteractionUniforms1() argument 1900 InteractionUniforms2(Context& context) InteractionUniforms2() argument 1923 InteractionUniformBuffers1(Context& context) InteractionUniformBuffers1() argument 1947 InteractionUniformBuffers2(Context& context) InteractionUniformBuffers2() argument 1976 InteractionUniformBuffers3(Context& context) InteractionUniformBuffers3() argument 2000 InteractionStorageBuffers1(Context& context) InteractionStorageBuffers1() argument 2024 InteractionStorageBuffers2(Context& context) InteractionStorageBuffers2() argument 2053 InteractionStorageBuffers3(Context& context) InteractionStorageBuffers3() argument 2077 InteractionInterfaceArrays1(Context& context) InteractionInterfaceArrays1() argument 2099 InteractionInterfaceArrays2(Context& context, const glw::GLchar* name, const glw::GLchar* description) InteractionInterfaceArrays2() argument 2105 InteractionInterfaceArrays2(Context& context) InteractionInterfaceArrays2() argument 2146 InteractionInterfaceArrays3(Context& context) InteractionInterfaceArrays3() argument 2169 InteractionInterfaceArrays4(Context& context) InteractionInterfaceArrays4() argument 2202 AtomicDeclarationTest(Context& context) AtomicDeclarationTest() argument 2236 AtomicUsageTest(Context& context) AtomicUsageTest() argument 2270 SubroutineFunctionCalls1(Context& context, const glw::GLchar* name, const glw::GLchar* description) SubroutineFunctionCalls1() argument 2276 SubroutineFunctionCalls1(Context& context) SubroutineFunctionCalls1() argument 2343 SubroutineFunctionCalls2(Context& context) SubroutineFunctionCalls2() argument 2369 SubroutineArgumentAliasing1(Context& context) SubroutineArgumentAliasing1() argument 2397 SubroutineArgumentAliasing2(Context& context) SubroutineArgumentAliasing2() argument 2425 SubroutineArgumentAliasing3(Context& context) SubroutineArgumentAliasing3() argument 2453 SubroutineArgumentAliasing4(Context& context) SubroutineArgumentAliasing4() argument [all...] |
H A D | es31cDrawIndirectTests.cpp | 7838 DrawIndirectTestsGL40::DrawIndirectTestsGL40(glcts::Context& context) : TestCaseGroup(context, "draw_indirect", "") in DrawIndirectTestsGL40() argument 7997 DrawIndirectTestsGL43::DrawIndirectTestsGL43(glcts::Context& context) : TestCaseGroup(context, "draw_indirect_43", "") in DrawIndirectTestsGL43() argument 8016 DrawIndirectTestsES31::DrawIndirectTestsES31(glcts::Context& context) : TestCaseGroup(context, "draw_indirect", "") in DrawIndirectTestsES31() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | FramebufferVk.cpp | 353 void FramebufferVk::destroy(const gl::Context *context) in destroy() argument 364 angle::Result FramebufferVk::discard(const gl::Context *context, in discard() argument 371 angle::Result FramebufferVk::invalidate(const gl::Context *context, in invalidate() argument 382 angle::Result FramebufferVk::invalidateSub(const gl::Context *context, in invalidateSub() argument 429 angle::Result FramebufferVk::clear(const gl::Context *context, GLbitfiel argument 451 clearImpl(const gl::Context *context, gl::DrawBufferMask clearColorBuffers, bool clearDepth, bool clearStencil, const VkClearColorValue &clearColorValue, const VkClearDepthStencilValue &clearDepthStencilValue) clearImpl() argument 620 clearBufferfv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLfloat *values) clearBufferfv() argument 648 clearBufferuiv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLuint *values) clearBufferuiv() argument 667 clearBufferiv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLint *values) clearBufferiv() argument 695 clearBufferfi(const gl::Context *context, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) clearBufferfi() argument 720 readPixels(const gl::Context *context, const gl::Rectangle &area, GLenum format, GLenum type, const gl::PixelPackState &pack, gl::Buffer *packBuffer, void *pixels) readPixels() argument 899 blit(const gl::Context *context, const gl::Rectangle &sourceAreaIn, const gl::Rectangle &destAreaIn, GLbitfield mask, GLenum filter) blit() argument 1654 updateColorAttachment(const gl::Context *context, uint32_t colorIndexGL) updateColorAttachment() argument 1704 updateDepthStencilAttachment(const gl::Context *context) updateDepthStencilAttachment() argument 1739 flushColorAttachmentUpdates(const gl::Context *context, bool deferClears, uint32_t colorIndexGL) flushColorAttachmentUpdates() argument 1784 flushDepthStencilAttachmentUpdates(const gl::Context *context, bool deferClears) flushDepthStencilAttachmentUpdates() argument 1806 syncState(const gl::Context *context, GLenum binding, const gl::Framebuffer::DirtyBits &dirtyBits, gl::Command command) syncState() argument 2407 getSamplePosition(const gl::Context *context, size_t index, GLfloat *xy) const getSamplePosition() argument [all...] |
H A D | RendererVk.cpp | 1001 void RendererVk::onDestroy(vk::Context *context) in onDestroy() argument 2969 angle::Result RendererVk::syncPipelineCacheVk(DisplayVk *displayVk, const gl::Context *context) in syncPipelineCacheVk() argument 3128 angle::Result RendererVk::queueSubmitOneOff(vk::Context *context, in queueSubmitOneOff() argument 3338 getCommandBufferOneOff(vk::Context *context, bool hasProtectedContent, vk::PrimaryCommandBuffer *commandBufferOut) getCommandBufferOneOff() argument 3378 submitFrame(vk::Context *context, bool hasProtectedContent, egl::ContextPriority contextPriority, std::vector<VkSemaphore> &&waitSemaphores, std::vector<VkPipelineStageFlags> &&waitSemaphoreStageMasks, const vk::Semaphore *signalSemaphore, std::vector<vk::ResourceUseList> &&resourceUseLists, vk::GarbageList &¤tGarbage, vk::CommandPool *commandPool, Serial *submitSerialOut) submitFrame() argument 3437 finishToSerial(vk::Context *context, Serial serial) finishToSerial() argument 3453 waitForSerialWithUserTimeout(vk::Context *context, Serial serial, uint64_t timeout, VkResult *result) waitForSerialWithUserTimeout() argument 3473 finish(vk::Context *context, bool hasProtectedContent) finish() argument 3489 checkCompletedCommands(vk::Context *context) checkCompletedCommands() argument 3507 flushRenderPassCommands(vk::Context *context, bool hasProtectedContent, const vk::RenderPass &renderPass, vk::CommandBufferHelper **renderPassCommands) flushRenderPassCommands() argument 3529 flushOutsideRPCommands(vk::Context *context, bool hasProtectedContent, vk::CommandBufferHelper **outsideRPCommands) flushOutsideRPCommands() argument 3550 queuePresent(vk::Context *context, egl::ContextPriority priority, const VkPresentInfoKHR &presentInfo) queuePresent() argument 3574 getCommandBufferHelper(vk::Context *context, bool hasRenderPass, vk::CommandPool *commandPool, vk::CommandBufferHelper **commandBufferHelperOut) getCommandBufferHelper() argument [all...] |
H A D | SecondaryCommandBuffer.h | 483 static angle::Result InitializeCommandPool(Context *context, in InitializeCommandPool() argument 713 angle::Result initialize(vk::Context *context, in initialize() argument 728 angle::Result begin(Context *context, const VkCommandBufferInheritanceInfo &inheritanceInfo) in begin() argument 732 angle::Result end(Context *context) { return angle::Result::Continue; } in end() argument
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_3_autogen.cpp | 35 Context *context = GetValidGlobalContext(); in GL_BeginConditionalRender() local 59 Context *context = GetValidGlobalContext(); GL_BeginTransformFeedback() local 85 Context *context = GetValidGlobalContext(); GL_BindBufferBase() local 112 Context *context = GetValidGlobalContext(); GL_BindBufferRange() local 142 Context *context = GetValidGlobalContext(); GL_BindFragDataLocation() local 169 Context *context = GetValidGlobalContext(); GL_BindFramebuffer() local 194 Context *context = GetValidGlobalContext(); GL_BindRenderbuffer() local 219 Context *context = GetValidGlobalContext(); GL_BindVertexArray() local 252 Context *context = GetValidGlobalContext(); GL_BlitFramebuffer() local 283 Context *context = GetValidGlobalContext(); GL_CheckFramebufferStatus() local 315 Context *context = GetValidGlobalContext(); GL_ClampColor() local 340 Context *context = GetValidGlobalContext(); GL_ClearBufferfi() local 365 Context *context = GetValidGlobalContext(); GL_ClearBufferfv() local 390 Context *context = GetValidGlobalContext(); GL_ClearBufferiv() local 415 Context *context = GetValidGlobalContext(); GL_ClearBufferuiv() local 440 Context *context = GetValidGlobalContext(); GL_ColorMaski() local 465 Context *context = GetValidGlobalContext(); GL_DeleteFramebuffers() local 491 Context *context = GetValidGlobalContext(); GL_DeleteRenderbuffers() local 518 Context *context = GetValidGlobalContext(); GL_DeleteVertexArrays() local 543 Context *context = GetValidGlobalContext(); GL_Disablei() local 567 Context *context = GetValidGlobalContext(); GL_Enablei() local 590 Context *context = GetValidGlobalContext(); GL_EndConditionalRender() local 613 Context *context = GetValidGlobalContext(); GL_EndTransformFeedback() local 636 Context *context = GetValidGlobalContext(); GL_FlushMappedBufferRange() local 667 Context *context = GetValidGlobalContext(); GL_FramebufferRenderbuffer() local 702 Context *context = GetValidGlobalContext(); GL_FramebufferTexture1D() local 738 Context *context = GetValidGlobalContext(); GL_FramebufferTexture2D() local 775 Context *context = GetValidGlobalContext(); GL_FramebufferTexture3D() local 812 Context *context = GetValidGlobalContext(); GL_FramebufferTextureLayer() local 841 Context *context = GetValidGlobalContext(); GL_GenFramebuffers() local 866 Context *context = GetValidGlobalContext(); GL_GenRenderbuffers() local 891 Context *context = GetValidGlobalContext(); GL_GenVertexArrays() local 916 Context *context = GetValidGlobalContext(); GL_GenerateMipmap() local 941 Context *context = GetValidGlobalContext(); GL_GetBooleani_v() local 966 Context *context = GetValidGlobalContext(); GL_GetFragDataLocation() local 1002 Context *context = GetValidGlobalContext(); GL_GetFramebufferAttachmentParameteriv() local 1032 Context *context = GetValidGlobalContext(); GL_GetIntegeri_v() local 1057 Context *context = GetValidGlobalContext(); GL_GetRenderbufferParameteriv() local 1084 Context *context = GetValidGlobalContext(); GL_GetStringi() local 1115 Context *context = GetValidGlobalContext(); GL_GetTexParameterIiv() local 1143 Context *context = GetValidGlobalContext(); GL_GetTexParameterIuiv() local 1177 Context *context = GetValidGlobalContext(); GL_GetTransformFeedbackVarying() local 1208 Context *context = GetValidGlobalContext(); GL_GetUniformuiv() local 1235 Context *context = GetValidGlobalContext(); GL_GetVertexAttribIiv() local 1261 Context *context = GetValidGlobalContext(); GL_GetVertexAttribIuiv() local 1287 Context *context = GetValidGlobalContext(); GL_IsEnabledi() local 1318 Context *context = GetValidGlobalContext(); GL_IsFramebuffer() local 1349 Context *context = GetValidGlobalContext(); GL_IsRenderbuffer() local 1380 Context *context = GetValidGlobalContext(); GL_IsVertexArray() local 1414 Context *context = GetValidGlobalContext(); GL_MapBufferRange() local 1453 Context *context = GetValidGlobalContext(); GL_RenderbufferStorage() local 1485 Context *context = GetValidGlobalContext(); GL_RenderbufferStorageMultisample() local 1513 Context *context = GetValidGlobalContext(); GL_TexParameterIiv() local 1540 Context *context = GetValidGlobalContext(); GL_TexParameterIuiv() local 1570 Context *context = GetValidGlobalContext(); GL_TransformFeedbackVaryings() local 1599 Context *context = GetValidGlobalContext(); GL_Uniform1ui() local 1624 Context *context = GetValidGlobalContext(); GL_Uniform1uiv() local 1650 Context *context = GetValidGlobalContext(); GL_Uniform2ui() local 1675 Context *context = GetValidGlobalContext(); GL_Uniform2uiv() local 1701 Context *context = GetValidGlobalContext(); GL_Uniform3ui() local 1726 Context *context = GetValidGlobalContext(); GL_Uniform3uiv() local 1752 Context *context = GetValidGlobalContext(); GL_Uniform4ui() local 1777 Context *context = GetValidGlobalContext(); GL_Uniform4uiv() local 1803 Context *context = GetValidGlobalContext(); GL_VertexAttribI1i() local 1826 Context *context = GetValidGlobalContext(); GL_VertexAttribI1iv() local 1850 Context *context = GetValidGlobalContext(); GL_VertexAttribI1ui() local 1873 Context *context = GetValidGlobalContext(); GL_VertexAttribI1uiv() local 1897 Context *context = GetValidGlobalContext(); GL_VertexAttribI2i() local 1921 Context *context = GetValidGlobalContext(); GL_VertexAttribI2iv() local 1945 Context *context = GetValidGlobalContext(); GL_VertexAttribI2ui() local 1969 Context *context = GetValidGlobalContext(); GL_VertexAttribI2uiv() local 1993 Context *context = GetValidGlobalContext(); GL_VertexAttribI3i() local 2017 Context *context = GetValidGlobalContext(); GL_VertexAttribI3iv() local 2041 Context *context = GetValidGlobalContext(); GL_VertexAttribI3ui() local 2065 Context *context = GetValidGlobalContext(); GL_VertexAttribI3uiv() local 2089 Context *context = GetValidGlobalContext(); GL_VertexAttribI4bv() local 2113 Context *context = GetValidGlobalContext(); GL_VertexAttribI4i() local 2137 Context *context = GetValidGlobalContext(); GL_VertexAttribI4iv() local 2161 Context *context = GetValidGlobalContext(); GL_VertexAttribI4sv() local 2185 Context *context = GetValidGlobalContext(); GL_VertexAttribI4ubv() local 2209 Context *context = GetValidGlobalContext(); GL_VertexAttribI4ui() local 2233 Context *context = GetValidGlobalContext(); GL_VertexAttribI4uiv() local 2257 Context *context = GetValidGlobalContext(); GL_VertexAttribI4usv() local 2282 Context *context = GetValidGlobalContext(); GL_VertexAttribIPointer() local 2317 Context *context = GetValidGlobalContext(); GL_CopyBufferSubData() local 2354 Context *context = GetValidGlobalContext(); GL_DrawArraysInstanced() local 2386 Context *context = GetValidGlobalContext(); GL_DrawElementsInstanced() local 2421 Context *context = GetValidGlobalContext(); GL_GetActiveUniformBlockName() local 2458 Context *context = GetValidGlobalContext(); GL_GetActiveUniformBlockiv() local 2493 Context *context = GetValidGlobalContext(); GL_GetActiveUniformName() local 2527 Context *context = GetValidGlobalContext(); GL_GetActiveUniformsiv() local 2558 Context *context = GetValidGlobalContext(); GL_GetUniformBlockIndex() local 2597 Context *context = GetValidGlobalContext(); GL_GetUniformIndices() local 2626 Context *context = GetValidGlobalContext(); GL_PrimitiveRestartIndex() local 2649 Context *context = GetValidGlobalContext(); GL_TexBuffer() local 2678 Context *context = GetValidGlobalContext(); GL_UniformBlockBinding() local 2709 Context *context = GetValidGlobalContext(); GL_ClientWaitSync() local 2742 Context *context = GetValidGlobalContext(); GL_DeleteSync() local 2769 Context *context = GetValidGlobalContext(); GL_DrawElementsBaseVertex() local 2805 Context *context = GetValidGlobalContext(); GL_DrawElementsInstancedBaseVertex() local 2844 Context *context = GetValidGlobalContext(); GL_DrawRangeElementsBaseVertex() local 2876 Context *context = GetValidGlobalContext(); GL_FenceSync() local 2911 Context *context = GetValidGlobalContext(); GL_FramebufferTexture() local 2940 Context *context = GetValidGlobalContext(); GL_GetBufferParameteri64v() local 2968 Context *context = GetValidGlobalContext(); GL_GetInteger64i_v() local 2993 Context *context = GetValidGlobalContext(); GL_GetInteger64v() local 3017 Context *context = GetValidGlobalContext(); GL_GetMultisamplefv() local 3043 Context *context = GetGlobalContext(); GL_GetSynciv() local 3068 Context *context = GetValidGlobalContext(); GL_IsSync() local 3103 Context *context = GetValidGlobalContext(); GL_MultiDrawElementsBaseVertex() local 3136 Context *context = GetValidGlobalContext(); GL_ProvokingVertex() local 3161 Context *context = GetValidGlobalContext(); GL_SampleMaski() local 3190 Context *context = GetValidGlobalContext(); GL_TexImage2DMultisample() local 3227 Context *context = GetValidGlobalContext(); GL_TexImage3DMultisample() local 3259 Context *context = GetValidGlobalContext(); GL_WaitSync() local 3289 Context *context = GetValidGlobalContext(); GL_BindFragDataLocationIndexed() local 3317 Context *context = GetValidGlobalContext(); GL_BindSampler() local 3342 Context *context = GetValidGlobalContext(); GL_ColorP3ui() local 3366 Context *context = GetValidGlobalContext(); GL_ColorP3uiv() local 3390 Context *context = GetValidGlobalContext(); GL_ColorP4ui() local 3414 Context *context = GetValidGlobalContext(); GL_ColorP4uiv() local 3438 Context *context = GetValidGlobalContext(); GL_DeleteSamplers() local 3463 Context *context = GetValidGlobalContext(); GL_GenSamplers() local 3488 Context *context = GetValidGlobalContext(); GL_GetFragDataIndex() local 3520 Context *context = GetGlobalContext(); GL_GetQueryObjecti64v() local 3545 Context *context = GetValidGlobalContext(); GL_GetQueryObjectui64v() local 3572 Context *context = GetValidGlobalContext(); GL_GetSamplerParameterIiv() local 3599 Context *context = GetValidGlobalContext(); GL_GetSamplerParameterIuiv() local 3626 Context *context = GetValidGlobalContext(); GL_GetSamplerParameterfv() local 3653 Context *context = GetValidGlobalContext(); GL_GetSamplerParameteriv() local 3680 Context *context = GetValidGlobalContext(); GL_IsSampler() local 3711 Context *context = GetValidGlobalContext(); GL_MultiTexCoordP1ui() local 3737 Context *context = GetValidGlobalContext(); GL_MultiTexCoordP1uiv() local 3764 Context *context = GetValidGlobalContext(); GL_MultiTexCoordP2ui() local 3790 Context *context = GetValidGlobalContext(); GL_MultiTexCoordP2uiv() local 3817 Context *context = GetValidGlobalContext(); GL_MultiTexCoordP3ui() local 3843 Context *context = GetValidGlobalContext(); GL_MultiTexCoordP3uiv() local 3870 Context *context = GetValidGlobalContext(); GL_MultiTexCoordP4ui() local 3896 Context *context = GetValidGlobalContext(); GL_MultiTexCoordP4uiv() local 3923 Context *context = GetValidGlobalContext(); GL_NormalP3ui() local 3947 Context *context = GetValidGlobalContext(); GL_NormalP3uiv() local 3971 Context *context = GetValidGlobalContext(); GL_QueryCounter() local 3997 Context *context = GetValidGlobalContext(); GL_SamplerParameterIiv() local 4024 Context *context = GetValidGlobalContext(); GL_SamplerParameterIuiv() local 4051 Context *context = GetValidGlobalContext(); GL_SamplerParameterf() local 4077 Context *context = GetValidGlobalContext(); GL_SamplerParameterfv() local 4104 Context *context = GetValidGlobalContext(); GL_SamplerParameteri() local 4130 Context *context = GetValidGlobalContext(); GL_SamplerParameteriv() local 4157 Context *context = GetValidGlobalContext(); GL_SecondaryColorP3ui() local 4181 Context *context = GetValidGlobalContext(); GL_SecondaryColorP3uiv() local 4205 Context *context = GetValidGlobalContext(); GL_TexCoordP1ui() local 4229 Context *context = GetValidGlobalContext(); GL_TexCoordP1uiv() local 4253 Context *context = GetValidGlobalContext(); GL_TexCoordP2ui() local 4277 Context *context = GetValidGlobalContext(); GL_TexCoordP2uiv() local 4301 Context *context = GetValidGlobalContext(); GL_TexCoordP3ui() local 4325 Context *context = GetValidGlobalContext(); GL_TexCoordP3uiv() local 4349 Context *context = GetValidGlobalContext(); GL_TexCoordP4ui() local 4373 Context *context = GetValidGlobalContext(); GL_TexCoordP4uiv() local 4397 Context *context = GetValidGlobalContext(); GL_VertexAttribDivisor() local 4421 Context *context = GetValidGlobalContext(); GL_VertexAttribP1ui() local 4450 Context *context = GetValidGlobalContext(); GL_VertexAttribP1uiv() local 4477 Context *context = GetValidGlobalContext(); GL_VertexAttribP2ui() local 4506 Context *context = GetValidGlobalContext(); GL_VertexAttribP2uiv() local 4533 Context *context = GetValidGlobalContext(); GL_VertexAttribP3ui() local 4562 Context *context = GetValidGlobalContext(); GL_VertexAttribP3uiv() local 4589 Context *context = GetValidGlobalContext(); GL_VertexAttribP4ui() local 4618 Context *context = GetValidGlobalContext(); GL_VertexAttribP4uiv() local 4645 Context *context = GetValidGlobalContext(); GL_VertexP2ui() local 4669 Context *context = GetValidGlobalContext(); GL_VertexP2uiv() local 4693 Context *context = GetValidGlobalContext(); GL_VertexP3ui() local 4717 Context *context = GetValidGlobalContext(); GL_VertexP3uiv() local 4741 Context *context = GetValidGlobalContext(); GL_VertexP4ui() local 4765 Context *context = GetValidGlobalContext(); GL_VertexP4uiv() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
H A D | libOpenCL_autogen.cpp | 80 cl_int CL_API_CALL clRetainContext(cl_context context) in clRetainContext() argument 85 cl_int CL_API_CALL clReleaseContext(cl_context context) in clReleaseContext() argument 90 cl_int CL_API_CALL clGetContextInfo(cl_context context, in clGetContextInfo() argument 120 cl_mem CL_API_CALL clCreateBuffer(cl_context context, in clCreateBuffer() argument 139 cl_int CL_API_CALL clGetSupportedImageFormats(cl_context context, in clGetSupportedImageFormats() argument 190 clCreateProgramWithSource(cl_context context, cl_uint count, const char **strings, const size_t *lengths, cl_int *errcode_ret) clCreateProgramWithSource() argument 200 clCreateProgramWithBinary(cl_context context, cl_uint num_devices, const cl_device_id *device_list, const size_t *lengths, const unsigned char **binaries, cl_int *binary_status, cl_int *errcode_ret) clCreateProgramWithBinary() argument 564 clCreateImage2D(cl_context context, cl_mem_flags flags, const cl_image_format *image_format, size_t image_width, size_t image_height, size_t image_row_pitch, void *host_ptr, cl_int *errcode_ret) clCreateImage2D() argument 577 clCreateImage3D(cl_context context, cl_mem_flags flags, const cl_image_format *image_format, size_t image_width, size_t image_height, size_t image_depth, size_t image_row_pitch, size_t image_slice_pitch, void *host_ptr, cl_int *errcode_ret) clCreateImage3D() argument 620 clCreateCommandQueue(cl_context context, cl_device_id device, cl_command_queue_properties properties, cl_int *errcode_ret) clCreateCommandQueue() argument 628 clCreateSampler(cl_context context, cl_bool normalized_coords, cl_addressing_mode addressing_mode, cl_filter_mode filter_mode, cl_int *errcode_ret) clCreateSampler() argument 667 clCreateUserEvent(cl_context context, cl_int *errcode_ret) clCreateUserEvent() argument 771 clCreateImage(cl_context context, cl_mem_flags flags, const cl_image_format *image_format, const cl_image_desc *image_desc, void *host_ptr, cl_int *errcode_ret) clCreateImage() argument 782 clCreateProgramWithBuiltInKernels(cl_context context, cl_uint num_devices, const cl_device_id *device_list, const char *kernel_names, cl_int *errcode_ret) clCreateProgramWithBuiltInKernels() argument 808 clLinkProgram(cl_context context, cl_uint num_devices, const cl_device_id *device_list, const char *options, cl_uint num_input_programs, const cl_program *input_programs, void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data), void *user_data, cl_int *errcode_ret) clLinkProgram() argument 907 clCreateCommandQueueWithProperties(cl_context context, cl_device_id device, const cl_queue_properties *properties, cl_int *errcode_ret) clCreateCommandQueueWithProperties() argument 916 clCreatePipe(cl_context context, cl_mem_flags flags, cl_uint pipe_packet_size, cl_uint pipe_max_packets, const cl_pipe_properties *properties, cl_int *errcode_ret) clCreatePipe() argument 937 clSVMAlloc(cl_context context, cl_svm_mem_flags flags, size_t size, cl_uint alignment) clSVMAlloc() argument 945 clSVMFree(cl_context context, void *svm_pointer) clSVMFree() argument 951 clCreateSamplerWithProperties(cl_context context, const cl_sampler_properties *sampler_properties, cl_int *errcode_ret) clCreateSamplerWithProperties() argument 1043 clSetDefaultDeviceCommandQueue(cl_context context, cl_device_id device, cl_command_queue command_queue) clSetDefaultDeviceCommandQueue() argument 1062 clCreateProgramWithIL(cl_context context, const void *il, size_t length, cl_int *errcode_ret) clCreateProgramWithIL() argument 1122 clSetContextDestructorCallback(cl_context context, void(CL_CALLBACK *pfn_notify)(cl_context context, void *user_data), void *user_data) clSetContextDestructorCallback() argument 1130 clCreateBufferWithProperties(cl_context context, const cl_mem_properties *properties, cl_mem_flags flags, size_t size, void *host_ptr, cl_int *errcode_ret) clCreateBufferWithProperties() argument 1141 clCreateImageWithProperties(cl_context context, const cl_mem_properties *properties, cl_mem_flags flags, const cl_image_format *image_format, const cl_image_desc *image_desc, void *host_ptr, cl_int *errcode_ret) clCreateImageWithProperties() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_cl_autogen.cpp | 174 cl_int CL_API_CALL clRetainContext(cl_context context) in clRetainContext() argument 183 cl_int CL_API_CALL clReleaseContext(cl_context context) in clReleaseContext() argument 192 clGetContextInfo(cl_context context, cl_context_info param_name, size_t param_value_size, void *param_value, size_t *param_value_size_ret) clGetContextInfo() argument 254 clCreateBuffer(cl_context context, cl_mem_flags flags, size_t size, void *host_ptr, cl_int *errcode_ret) clCreateBuffer() argument 299 clGetSupportedImageFormats(cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint num_entries, cl_image_format *image_formats, cl_uint *num_image_formats) clGetSupportedImageFormats() argument 407 clCreateProgramWithSource(cl_context context, cl_uint count, const char **strings, const size_t *lengths, cl_int *errcode_ret) clCreateProgramWithSource() argument 432 clCreateProgramWithBinary(cl_context context, cl_uint num_devices, const cl_device_id *device_list, const size_t *lengths, const unsigned char **binaries, cl_int *binary_status, cl_int *errcode_ret) clCreateProgramWithBinary() argument 1154 clCreateImage2D(cl_context context, cl_mem_flags flags, const cl_image_format *image_format, size_t image_width, size_t image_height, size_t image_row_pitch, void *host_ptr, cl_int *errcode_ret) clCreateImage2D() argument 1188 clCreateImage3D(cl_context context, cl_mem_flags flags, const cl_image_format *image_format, size_t image_width, size_t image_height, size_t image_depth, size_t image_row_pitch, size_t image_slice_pitch, void *host_ptr, cl_int *errcode_ret) clCreateImage3D() argument 1277 clCreateCommandQueue(cl_context context, cl_device_id device, cl_command_queue_properties properties, cl_int *errcode_ret) clCreateCommandQueue() argument 1303 clCreateSampler(cl_context context, cl_bool normalized_coords, cl_addressing_mode addressing_mode, cl_filter_mode filter_mode, cl_int *errcode_ret) clCreateSampler() argument 1399 clCreateUserEvent(cl_context context, cl_int *errcode_ret) clCreateUserEvent() argument 1598 clCreateImage(cl_context context, cl_mem_flags flags, const cl_image_format *image_format, const cl_image_desc *image_desc, void *host_ptr, cl_int *errcode_ret) clCreateImage() argument 1629 clCreateProgramWithBuiltInKernels(cl_context context, cl_uint num_devices, const cl_device_id *device_list, const char *kernel_names, cl_int *errcode_ret) clCreateProgramWithBuiltInKernels() argument 1684 clLinkProgram(cl_context context, cl_uint num_devices, const cl_device_id *device_list, const char *options, cl_uint num_input_programs, const cl_program *input_programs, void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data), void *user_data, cl_int *errcode_ret) clLinkProgram() argument 1880 clCreateCommandQueueWithProperties(cl_context context, cl_device_id device, const cl_queue_properties *properties, cl_int *errcode_ret) clCreateCommandQueueWithProperties() argument 1904 clCreatePipe(cl_context context, cl_mem_flags flags, cl_uint pipe_packet_size, cl_uint pipe_max_packets, const cl_pipe_properties *properties, cl_int *errcode_ret) clCreatePipe() argument 1957 clSVMAlloc(cl_context context, cl_svm_mem_flags flags, size_t size, cl_uint alignment) clSVMAlloc() argument 1972 clSVMFree(cl_context context, void *svm_pointer) clSVMFree() argument 1983 clCreateSamplerWithProperties(cl_context context, const cl_sampler_properties *sampler_properties, cl_int *errcode_ret) clCreateSamplerWithProperties() argument 2161 clSetDefaultDeviceCommandQueue(cl_context context, cl_device_id device, cl_command_queue command_queue) clSetDefaultDeviceCommandQueue() argument 2199 clCreateProgramWithIL(cl_context context, const void *il, size_t length, cl_int *errcode_ret) clCreateProgramWithIL() argument 2328 clSetContextDestructorCallback(cl_context context, void(CL_CALLBACK *pfn_notify)(cl_context context, void *user_data), void *user_data) clSetContextDestructorCallback() argument 2343 clCreateBufferWithProperties(cl_context context, const cl_mem_properties *properties, cl_mem_flags flags, size_t size, void *host_ptr, cl_int *errcode_ret) clCreateBufferWithProperties() argument 2374 clCreateImageWithProperties(cl_context context, const cl_mem_properties *properties, cl_mem_flags flags, const cl_image_format *image_format, const cl_image_desc *image_desc, void *host_ptr, cl_int *errcode_ret) clCreateImageWithProperties() argument [all...] |
H A D | cl_stubs.cpp | 108 cl_int SetDefaultDeviceCommandQueue(cl_context context, in SetDefaultDeviceCommandQueue() argument 157 cl_int RetainContext(cl_context context) in RetainContext() argument 163 cl_int ReleaseContext(cl_context context) in ReleaseContext() argument 173 cl_int GetContextInfo(cl_context context, in GetContextInfo() argument 183 cl_int SetContextDestructorCallback(cl_context context, in SetContextDestructorCallback() argument 192 cl_command_queue CreateCommandQueueWithProperties(cl_context context, in CreateCommandQueueWithProperties() argument 226 CreateBuffer(cl_context context, MemFlags flags, size_t size, void *host_ptr, cl_int &errorCode) CreateBuffer() argument 235 CreateBufferWithProperties(cl_context context, const cl_mem_properties *properties, MemFlags flags, size_t size, void *host_ptr, cl_int &errorCode) CreateBufferWithProperties() argument 255 CreateImage(cl_context context, MemFlags flags, const cl_image_format *image_format, const cl_image_desc *image_desc, void *host_ptr, cl_int &errorCode) CreateImage() argument 266 CreateImageWithProperties(cl_context context, const cl_mem_properties *properties, MemFlags flags, const cl_image_format *image_format, const cl_image_desc *image_desc, void *host_ptr, cl_int &errorCode) CreateImageWithProperties() argument 278 CreatePipe(cl_context context, MemFlags flags, cl_uint pipe_packet_size, cl_uint pipe_max_packets, const cl_pipe_properties *properties, cl_int &errorCode) CreatePipe() argument 305 GetSupportedImageFormats(cl_context context, MemFlags flags, MemObjectType image_type, cl_uint num_entries, cl_image_format *image_formats, cl_uint *num_image_formats) GetSupportedImageFormats() argument 353 SVMAlloc(cl_context context, SVM_MemFlags flags, size_t size, cl_uint alignment) SVMAlloc() argument 359 SVMFree(cl_context context, void *svm_pointer) SVMFree() argument 364 CreateSamplerWithProperties(cl_context context, const cl_sampler_properties *sampler_properties, cl_int &errorCode) CreateSamplerWithProperties() argument 397 CreateProgramWithSource(cl_context context, cl_uint count, const char **strings, const size_t *lengths, cl_int &errorCode) CreateProgramWithSource() argument 406 CreateProgramWithBinary(cl_context context, cl_uint num_devices, const cl_device_id *device_list, const size_t *lengths, const unsigned char **binaries, cl_int *binary_status, cl_int &errorCode) CreateProgramWithBinary() argument 418 CreateProgramWithBuiltInKernels(cl_context context, cl_uint num_devices, const cl_device_id *device_list, const char *kernel_names, cl_int &errorCode) CreateProgramWithBuiltInKernels() argument 428 CreateProgramWithIL(cl_context context, const void *il, size_t length, cl_int &errorCode) CreateProgramWithIL() argument 474 LinkProgram(cl_context context, cl_uint num_devices, const cl_device_id *device_list, const char *options, cl_uint num_input_programs, const cl_program *input_programs, void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data), void *user_data, cl_int &errorCode) LinkProgram() argument 647 CreateUserEvent(cl_context context, cl_int &errorCode) CreateUserEvent() argument 1111 CreateImage2D(cl_context context, MemFlags flags, const cl_image_format *image_format, size_t image_width, size_t image_height, size_t image_row_pitch, void *host_ptr, cl_int &errorCode) CreateImage2D() argument 1124 CreateImage3D(cl_context context, MemFlags flags, const cl_image_format *image_format, size_t image_width, size_t image_height, size_t image_depth, size_t image_row_pitch, size_t image_slice_pitch, void *host_ptr, cl_int &errorCode) CreateImage3D() argument 1174 CreateCommandQueue(cl_context context, cl_device_id device, CommandQueueProperties properties, cl_int &errorCode) CreateCommandQueue() argument 1182 CreateSampler(cl_context context, cl_bool normalized_coords, AddressingMode addressing_mode, FilterMode filter_mode, cl_int &errorCode) CreateSampler() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ImageTest.cpp | 1123 EGLContext context = window->getContext(); in TEST_P() local 1241 EGLContext context = window->getContext(); in TEST_P() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | OutputASM.cpp | 502 OutputASM::OutputASM(TParseContext &context, Shader *shaderObject) : TIntermTraverser(true, true, true), shaderObject(shaderObject), mContext(context) in OutputASM() argument
|
H A D | ParseHelper.cpp | 3747 PaParseStrings(int count, const char* const string[], const int length[], TParseContext* context) PaParseStrings() argument
|
H A D | glslang_tab.cpp | 1731 yy_symbol_value_print(FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, TParseContext* context, void* yyscanner) yy_symbol_value_print() argument 1753 yy_symbol_print(FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, TParseContext* context, void* yyscanner) yy_symbol_print() argument 1793 yy_reduce_print(yytype_int16 *yyssp, YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule, TParseContext* context, void* yyscanner) yy_reduce_print() argument 5110 glslang_parse(TParseContext* context) glslang_parse() argument [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross_c.cpp | 144 spvc_context context = nullptr; member 150 spvc_context context = nullptr; member 157 spvc_context context = nullptr; member 187 spvc_context context = nullptr; member 208 spvc_result spvc_context_create(spvc_context *context) in spvc_context_create() argument 218 void spvc_context_destroy(spvc_context context) in spvc_context_destroy() argument 223 spvc_context_release_allocations(spvc_context context) spvc_context_release_allocations() argument 228 spvc_context_get_last_error_string(spvc_context context) spvc_context_get_last_error_string() argument 233 spvc_context_set_error_callback(spvc_context context, spvc_error_callback cb, void *userdata) spvc_context_set_error_callback() argument 239 spvc_context_parse_spirv(spvc_context context, const SpvId *spirv, size_t word_count, spvc_parsed_ir *parsed_ir) spvc_context_parse_spirv() argument 262 spvc_context_create_compiler(spvc_context context, spvc_backend backend, spvc_parsed_ir parsed_ir, spvc_capture_mode mode, spvc_compiler *compiler) spvc_context_create_compiler() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | dtfmtsym.cpp | 676 DateFormatSymbols::getMonths(int32_t &count, DtContextType context, DtWidthType width ) const in getMonths() argument 740 DateFormatSymbols::getWeekdays(int32_t &count, DtContextType context, DtWidthType width) const in getWeekdays() argument 795 DateFormatSymbols::getQuarters(int32_t &count, DtContextType context, DtWidthType width ) const in getQuarters() argument 874 setYearNames(const UnicodeString* yearNames, int32_t count, DtContextType context, DtWidthType width) setYearNames() argument 896 setZodiacNames(const UnicodeString* zodiacNames, int32_t count, DtContextType context, DtWidthType width) setZodiacNames() argument 982 setMonths(const UnicodeString* monthsArray, int32_t count, DtContextType context, DtWidthType width) setMonths() argument 1076 setWeekdays(const UnicodeString* weekdaysArray, int32_t count, DtContextType context, DtWidthType width) setWeekdays() argument 1157 setQuarters(const UnicodeString* quartersArray, int32_t count, DtContextType context, DtWidthType width) setQuarters() argument [all...] |