Home
last modified time | relevance | path

Searched defs:internalformat (Results 1 – 25 of 156) sorted by relevance

1234567

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp326 bool IsCompressed(GLint internalformat) in IsCompressed()
351 bool IsSizedInternalFormat(GLint internalformat) in IsSizedInternalFormat()
609 GLint internalformat = depthbuffer->getFormat(); in ValidateReadPixelsFormatType() local
681 GLint internalformat = colorbuffer->getFormat(); in ValidateReadPixelsFormatType() local
808 GLenum ValidateTextureFormatType(GLenum format, GLenum type, GLint internalformat, GLenum target) in ValidateTextureFormatType()
1328 bool IsColorRenderable(GLint internalformat) in IsColorRenderable()
1404 bool IsDepthRenderable(GLint internalformat) in IsDepthRenderable()
1474 bool IsStencilRenderable(GLint internalformat) in IsStencilRenderable()
1544 bool IsMipmappable(GLint internalformat) in IsMipmappable()
1573 GLuint GetAlphaSize(GLint internalformat) in GetAlphaSize()
[all …]
/third_party/mesa3d/src/mesa/main/
Dtexstorage.c221 GLenum internalformat) in _mesa_is_legal_tex_storage_format()
275 GLsizei levels, GLenum internalformat, in tex_storage_error_check()
439 GLsizei levels, GLenum internalformat, GLsizei width, in texture_storage()
551 GLenum internalformat, GLsizei width, in texture_storage_error()
563 GLenum internalformat, GLsizei width, in texture_storage_no_error()
576 GLenum internalformat, GLsizei width, GLsizei height, in texstorage_error()
617 GLenum internalformat, GLsizei width, GLsizei height, in texstorage_no_error()
633 GLenum internalformat, GLsizei width, GLsizei height, in texturestorage_error()
674 GLenum internalformat, GLsizei width, GLsizei height, in texturestorage_no_error()
687 GLenum internalformat, GLsizei width) in _mesa_TexStorage1D_no_error()
[all …]
Dformatquery.c44 _is_renderable(struct gl_context *ctx, GLenum internalformat) in _is_renderable()
65 _legal_parameters(struct gl_context *ctx, GLenum target, GLenum internalformat, in _legal_parameters()
484 GLenum internalformat, GLenum pname) in _is_resource_supported()
571 GLenum internalformat) in _is_internalformat_supported()
880 _mesa_GetInternalformativ(GLenum target, GLenum internalformat, GLenum pname, in _mesa_GetInternalformativ()
1623 _mesa_GetInternalformati64v(GLenum target, GLenum internalformat, in _mesa_GetInternalformati64v()
Dtextureview.c257 _mesa_texture_view_lookup_view_class(const struct gl_context *ctx, GLenum internalformat) in _mesa_texture_view_lookup_view_class()
533 GLenum internalformat, GLuint minlevel, GLuint numlevels, in texture_view()
712 GLenum internalformat, in _mesa_TextureView_no_error()
730 GLenum internalformat, in _mesa_TextureView()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DRenderbufferNULL.cpp22 GLenum internalformat, in setStorage()
31 GLenum internalformat, in setStorageMultisample()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DRenderbufferNULL.cpp22 GLenum internalformat, in setStorage()
31 GLenum internalformat, in setStorageMultisample()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DImage.hpp100 Image(Texture *parentTexture, GLsizei width, GLsizei height, GLint internalformat) in Image()
110 …ure *parentTexture, GLsizei width, GLsizei height, GLsizei depth, int border, GLint internalformat) in Image()
120 Image(GLsizei width, GLsizei height, GLint internalformat, int pitchP) in Image()
129 Image(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, bool lockable) in Image()
228 const GLint internalformat; member in egl::Image
DImage.cpp34 bool IsUnsizedInternalFormat(GLint internalformat) in IsUnsizedInternalFormat()
61 GLenum GetBaseInternalFormat(GLint internalformat) in GetBaseInternalFormat()
144 GLint GetSizedInternalFormat(GLint internalformat, GLenum type) in GetSizedInternalFormat()
966 ImageImplementation(Texture *parentTexture, GLsizei width, GLsizei height, GLint internalformat) in ImageImplementation()
968 …ure *parentTexture, GLsizei width, GLsizei height, GLsizei depth, int border, GLint internalformat) in ImageImplementation()
970 ImageImplementation(GLsizei width, GLsizei height, GLint internalformat, int pitchP) in ImageImplementation()
972 …ImageImplementation(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, boo… in ImageImplementation()
996 Image *Image::create(Texture *parentTexture, GLsizei width, GLsizei height, GLint internalformat) in create()
1006 …ure *parentTexture, GLsizei width, GLsizei height, GLsizei depth, int border, GLint internalformat) in create()
1016 Image *Image::create(GLsizei width, GLsizei height, GLint internalformat, int pitchP) in create()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cShaderImageLoadStoreTests.cpp177 bool Equal(const vec4& v0, const vec4& v1, GLenum internalformat) in Equal()
206 …bool CompareValues(T* map_data, int kSize, const T& expected_value, GLenum internalformat = 0, int… in CompareValues()
221 …pareValues(bool always, T* map_data, int kSize, const T& expected_value, GLenum internalformat = 0, in CompareValues()
781 ShortByteData(int size, const T& value, GLenum internalformat, GLenum format) in ShortByteData()
1111 bool Write(GLenum internalformat, const T& write_value, const T& expected_value) in Write()
1182 std::string GenFS(GLenum internalformat, const T& value) in GenFS()
1215 std::string GenCS(GLenum internalformat, const T& value) in GenCS()
1241 bool WriteCS(GLenum internalformat, const T& write_value, const T& expected_value) in WriteCS()
1397 …bool Read(GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum ty… in Read()
1466 std::string GenFS(GLenum internalformat, const T& expected_value) in GenFS()
[all …]
Des31cTextureStorageMultisampleDependenciesTests.cpp1279 glw::GLenum internalformat = internalformats[n_internalformat]; in iterate() local
1428 glw::GLenum internalformat = internalformats[n_internalformat]; in iterate() local
1583 glw::GLenum internalformat = internalformats[n_internalformat]; in iterate() local
1739 glw::GLenum internalformat = internalformats[n_internalformat]; in iterate() local
1878 const glw::GLenum internalformat = noninteger_internalformats[n_internalformat]; in iterate() local
1970 const glw::GLenum internalformat = integer_internalformats[n_internalformat]; in iterate() local
2065 glw::GLenum internalformat = internalformats[n_internalformat]; in iterate() local
2189 glw::GLenum internalformat = internalformats[n_internalformat]; in iterate() local
Des31cTextureStorageMultisampleTexStorage2DMultisampleTests.cpp148 glw::GLenum internalformat = internalformat_list[internalformat_index]; in iterate() local
623 const glw::GLenum internalformat = GL_RGBA8; in iterate() local
799 glw::GLenum internalformat = internalformat_list[internalformat_index]; in iterate() local
949 glw::GLenum internalformat = internalformat_list[internalformat_index]; in iterate() local
1088 glw::GLenum internalformat = internalformat_list[internalformat_index]; in iterate() local
1271 glw::GLenum internalformat = internalformats[n_internalformat]; in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp183 bool Equal(const vec4& v0, const vec4& v1, GLenum internalformat) in Equal()
212 …bool CompareValues(T* map_data, int kSize, const T& expected_value, GLenum internalformat = 0, int… in CompareValues()
227 …pareValues(bool always, T* map_data, int kSize, const T& expected_value, GLenum internalformat = 0, in CompareValues()
810 ShortByteData(int size, const T& value, GLenum internalformat, GLenum format) in ShortByteData()
1145 bool Write(GLenum internalformat, const T& write_value, const T& expected_value) in Write()
1216 std::string GenFS(GLenum internalformat, const T& value) in GenFS()
1249 std::string GenCS(GLenum internalformat, const T& value) in GenCS()
1275 bool WriteCS(GLenum internalformat, const T& write_value, const T& expected_value) in WriteCS()
1432 …bool Read(GLenum internalformat, const T& value, const T& expected_value, GLenum format, GLenum ty… in Read()
1501 std::string GenFS(GLenum internalformat, const T& expected_value) in GenFS()
[all …]
Dgl4cShaderImageLoadStoreTests.cpp251 bool Equal(const vec4& v0, const vec4& v1, GLenum internalformat) in Equal()
1408 bool Write(GLenum internalformat, const T& write_value, const T& expected_value) in Write()
1473 std::string GenFS(GLenum internalformat, const T& value) in GenFS()
1597 bool Read(GLenum internalformat, const T& value, const T& expected_value) in Read()
1655 std::string GenFS(GLenum internalformat, const T& expected_value) in GenFS()
1781 bool Write(GLenum internalformat, const T& write_value, const T& expected_value) in Write()
1846 std::string GenVS(GLenum internalformat, const T& value) in GenVS()
1857 std::string GenTCS(GLenum internalformat, const T& value) in GenTCS()
1871 std::string GenTES(GLenum internalformat, const T& value) in GenTES()
1883 std::string GenGS(GLenum internalformat, const T& value) in GenGS()
[all …]
Dgl4cTextureViewTests.cpp193 … int TextureViewUtilities::getAmountOfComponentsForInternalformat(const glw::GLenum internalformat) in getAmountOfComponentsForInternalformat()
309 …int TextureViewUtilities::getBlockSizeForCompressedInternalformat(const glw::GLenum internalformat) in getBlockSizeForCompressedInternalformat()
355 void TextureViewUtilities::getComponentSizeForInternalformat(const glw::GLenum internalformat, in getComponentSizeForInternalformat()
756 _format TextureViewUtilities::getFormatOfInternalformat(const glw::GLenum internalformat) in getFormatOfInternalformat()
883 glw::GLenum TextureViewUtilities::getGLFormatOfInternalformat(const glw::GLenum internalformat) in getGLFormatOfInternalformat()
1283 const glw::GLenum internalformat = internalformat_view_compatibility_array[n_array_pair * 2 + 0]; in getInternalformatsFromViewClass() local
1304 const char* TextureViewUtilities::getInternalformatString(const glw::GLenum internalformat) in getInternalformatString()
1683 …ampler_type TextureViewUtilities::getSamplerTypeForInternalformat(const glw::GLenum internalformat) in getSamplerTypeForInternalformat()
1800 unsigned int TextureViewUtilities::getTextureDataSize(const glw::GLenum internalformat, const glw::… in getTextureDataSize()
1898 …:GLenum TextureViewUtilities::getTypeCompatibleWithInternalformat(const glw::GLenum internalformat) in getTypeCompatibleWithInternalformat()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DRenderbufferGL.cpp51 GLenum internalformat, in setStorage()
69 GLenum internalformat, in setStorageMultisample()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRenderbufferVk.cpp34 GLenum internalformat, in setStorageImpl()
98 GLenum internalformat, in setStorage()
107 GLenum internalformat, in setStorageMultisample()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DRenderbufferD3D.cpp36 GLenum internalformat, in setStorage()
45 GLenum internalformat, in setStorageMultisample()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DvalidationGL43.cpp16 GLenum internalformat, in ValidateClearBufferData()
26 GLenum internalformat, in ValidateClearBufferSubData()
98 GLenum internalformat, in ValidateGetInternalformati64v()
221 GLenum internalformat, in ValidateTexBufferRange()
232 GLenum internalformat, in ValidateTexStorage3DMultisample()
245 GLenum internalformat, in ValidateTextureView()
DvalidationGL32.cpp75 GLenum internalformat, in ValidateTexImage2DMultisample()
86 GLenum internalformat, in ValidateTexImage3DMultisample()
DvalidationGL31.cpp29 bool ValidateTexBuffer(Context *context, GLenum target, GLenum internalformat, BufferID buffer) in ValidateTexBuffer()
DRenderbuffer.cpp96 GLenum internalformat, in setStorage()
112 GLenum internalformat, in setStorageMultisample()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DRenderbufferD3D.cpp36 GLenum internalformat, in setStorage()
46 GLenum internalformat, in setStorageMultisample()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DRenderbufferGL.cpp43 GLenum internalformat, in setStorage()
66 GLenum internalformat, in setStorageMultisample()
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_2_autogen.cpp230 GLenum internalformat, in GetInternalformativ()
276 void GL_APIENTRY TexStorage1D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) in TexStorage1D()
298 TexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) in TexStorage2D()
325 GLenum internalformat, in TexStorage3D()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRenderbufferVk.cpp43 GLenum internalformat, in setStorageImpl()
139 GLenum internalformat, in setStorage()
151 GLenum internalformat, in setStorageMultisample()

1234567