| /external/swiftshader/src/OpenGL/libGLESv2/ |
| D | utilities.cpp | 326 bool IsCompressed(GLint internalformat) in IsCompressed() 380 bool IsSizedInternalFormat(GLint internalformat) in IsSizedInternalFormat() 638 GLint internalformat = depthbuffer->getFormat(); in ValidateReadPixelsFormatType() local 692 GLint internalformat = depthbuffer->getFormat(); in ValidateReadPixelsFormatType() local 755 GLint internalformat = colorbuffer->getFormat(); in ValidateReadPixelsFormatType() local 877 GLenum ValidateTextureFormatType(GLenum format, GLenum type, GLint internalformat, GLenum target) in ValidateTextureFormatType() 1397 bool IsColorRenderable(GLint internalformat) in IsColorRenderable() 1473 bool IsDepthRenderable(GLint internalformat) in IsDepthRenderable() 1543 bool IsStencilRenderable(GLint internalformat) in IsStencilRenderable() 1613 bool IsMipmappable(GLint internalformat) in IsMipmappable() [all …]
|
| D | Renderbuffer.cpp | 495 Colorbuffer::Colorbuffer(int width, int height, GLenum internalformat, GLsizei samples) : mRenderTa… in Colorbuffer() 573 DepthStencilbuffer::DepthStencilbuffer(int width, int height, GLenum internalformat, GLsizei sample… in DepthStencilbuffer() 642 Depthbuffer::Depthbuffer(int width, int height, GLenum internalformat, GLsizei samples) : DepthSten… in Depthbuffer()
|
| D | Texture.cpp | 541 void Texture2D::setImage(GLint level, GLsizei width, GLsizei height, GLint internalformat, GLenum f… in setImage() 606 void Texture2D::copyImage(GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsi… in copyImage() 1220 …tImage(GLenum target, GLint level, GLsizei width, GLsizei height, GLint internalformat, GLenum for… in setImage() 1239 void TextureCubeMap::copyImage(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y,… in copyImage() 1522 …tImage(GLint level, GLsizei width, GLsizei height, GLsizei depth, GLint internalformat, GLenum for… in setImage() 1571 void Texture3D::copyImage(GLint level, GLenum internalformat, GLint x, GLint y, GLint z, GLsizei wi… in copyImage() 1913 GLenum internalformat = sw2es::ConvertBackBufferFormat(format); in createBackBuffer() local 1963 GLenum internalformat = sw2es::ConvertDepthStencilFormat(format); in createDepthStencil() local
|
| /external/swiftshader/src/OpenGL/libGLES_CM/ |
| D | utilities.cpp | 35 bool IsSizedInternalFormat(GLint internalformat) in IsSizedInternalFormat() 137 GLenum ValidateTextureFormatType(GLenum format, GLenum type, GLint internalformat, GLenum target) in ValidateTextureFormatType() 322 bool IsColorRenderable(GLint internalformat) in IsColorRenderable() 343 bool IsDepthRenderable(GLint internalformat) in IsDepthRenderable() 364 bool IsStencilRenderable(GLint internalformat) in IsStencilRenderable() 385 GLuint GetAlphaSize(GLint internalformat) in GetAlphaSize() 402 GLuint GetRedSize(GLint internalformat) in GetRedSize() 419 GLuint GetGreenSize(GLint internalformat) in GetGreenSize() 436 GLuint GetBlueSize(GLint internalformat) in GetBlueSize() 453 GLuint GetDepthSize(GLint internalformat) in GetDepthSize() [all …]
|
| D | Renderbuffer.cpp | 296 Colorbuffer::Colorbuffer(int width, int height, GLenum internalformat, GLsizei samples) : mRenderTa… in Colorbuffer() 374 DepthStencilbuffer::DepthStencilbuffer(int width, int height, GLenum internalformat, GLsizei sample… in DepthStencilbuffer() 443 Depthbuffer::Depthbuffer(int width, int height, GLenum internalformat, GLsizei samples) : DepthSten… in Depthbuffer()
|
| D | Texture.cpp | 423 void Texture2D::setImage(GLint level, GLsizei width, GLsizei height, GLint internalformat, GLenum f… in setImage() 758 GLenum internalformat = sw2es::ConvertBackBufferFormat(format); in createBackBuffer() local 796 GLenum internalformat = sw2es::ConvertDepthStencilFormat(format); in createDepthStencil() local
|
| /external/mesa3d/src/mesa/main/ |
| D | texstorage.c | 220 GLenum internalformat) in _mesa_is_legal_tex_storage_format() 309 GLsizei levels, GLenum internalformat, in tex_storage_error_check() 395 GLsizei levels, GLenum internalformat, GLsizei width, in texture_storage() 498 GLenum internalformat, GLsizei width, in texture_storage_error() 510 GLenum internalformat, GLsizei width, in texture_storage_no_error() 523 GLenum internalformat, GLsizei width, GLsizei height, in texstorage_error() 564 GLenum internalformat, GLsizei width, GLsizei height, in texstorage_no_error() 580 GLenum internalformat, GLsizei width, GLsizei height, in texturestorage_error() 621 GLenum internalformat, GLsizei width, GLsizei height, in texturestorage_no_error() 634 GLenum internalformat, GLsizei width) in _mesa_TexStorage1D_no_error() [all …]
|
| D | formatquery.c | 41 _is_renderable(struct gl_context *ctx, GLenum internalformat) in _is_renderable() 62 _legal_parameters(struct gl_context *ctx, GLenum target, GLenum internalformat, in _legal_parameters() 457 GLenum internalformat, GLenum pname) in _is_resource_supported() 545 GLenum internalformat) in _is_internalformat_supported() 834 _mesa_GetInternalformativ(GLenum target, GLenum internalformat, GLenum pname, in _mesa_GetInternalformativ() 1569 _mesa_GetInternalformati64v(GLenum target, GLenum internalformat, in _mesa_GetInternalformati64v()
|
| D | textureview.c | 252 _mesa_texture_view_lookup_view_class(const struct gl_context *ctx, GLenum internalformat) in _mesa_texture_view_lookup_view_class() 526 GLenum internalformat, GLuint minlevel, GLuint numlevels, in texture_view() 705 GLenum internalformat, in _mesa_TextureView_no_error() 723 GLenum internalformat, in _mesa_TextureView()
|
| D | genmipmap.c | 79 GLenum internalformat) in _mesa_is_valid_generate_texture_mipmap_internalformat()
|
| D | colortab.c | 64 _mesa_CopyColorTable(GLenum target, GLenum internalformat, in _mesa_CopyColorTable()
|
| D | bufferobj.c | 363 GLenum internalformat, in validate_clear_buffer_format() 421 mesa_format internalformat, in convert_clear_buffer_data() 2353 GLenum internalformat, GLintptr offset, GLsizeiptr size, in clear_buffer_sub_data() 2411 GLenum internalformat, GLintptr offset, in clear_buffer_sub_data_error() 2423 GLenum internalformat, GLintptr offset, in clear_buffer_sub_data_no_error() 2434 _mesa_ClearBufferData_no_error(GLenum target, GLenum internalformat, in _mesa_ClearBufferData_no_error() 2447 _mesa_ClearBufferData(GLenum target, GLenum internalformat, GLenum format, in _mesa_ClearBufferData() 2463 _mesa_ClearNamedBufferData_no_error(GLuint buffer, GLenum internalformat, in _mesa_ClearNamedBufferData_no_error() 2477 _mesa_ClearNamedBufferData(GLuint buffer, GLenum internalformat, in _mesa_ClearNamedBufferData() 2494 _mesa_ClearBufferSubData_no_error(GLenum target, GLenum internalformat, in _mesa_ClearBufferSubData_no_error() [all …]
|
| /external/swiftshader/src/OpenGL/common/ |
| D | Image.hpp | 98 Image(Texture *parentTexture, GLsizei width, GLsizei height, GLint internalformat) in Image() 108 …ure *parentTexture, GLsizei width, GLsizei height, GLsizei depth, int border, GLint internalformat) in Image() 118 Image(GLsizei width, GLsizei height, GLint internalformat, int pitchP) in Image() 127 Image(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, bool lockable) in Image() 226 const GLint internalformat; member in egl::Image
|
| D | Image.cpp | 34 bool IsUnsizedInternalFormat(GLint internalformat) in IsUnsizedInternalFormat() 61 GLenum GetBaseInternalFormat(GLint internalformat) in GetBaseInternalFormat() 144 GLint GetSizedInternalFormat(GLint internalformat, GLenum type) in GetSizedInternalFormat() 1029 ImageImplementation(Texture *parentTexture, GLsizei width, GLsizei height, GLint internalformat) in ImageImplementation() 1031 …ure *parentTexture, GLsizei width, GLsizei height, GLsizei depth, int border, GLint internalformat) in ImageImplementation() 1033 ImageImplementation(GLsizei width, GLsizei height, GLint internalformat, int pitchP) in ImageImplementation() 1035 …ImageImplementation(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, boo… in ImageImplementation() 1059 Image *Image::create(Texture *parentTexture, GLsizei width, GLsizei height, GLint internalformat) in create() 1069 …ure *parentTexture, GLsizei width, GLsizei height, GLsizei depth, int border, GLint internalformat) in create() 1079 Image *Image::create(GLsizei width, GLsizei height, GLint internalformat, int pitchP) in create() [all …]
|
| /external/deqp/external/openglcts/modules/gl/ |
| D | gl4cES31CompatibilityShaderImageLoadStoreTests.cpp | 183 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 …]
|
| D | gl4cShaderImageLoadStoreTests.cpp | 251 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 …]
|
| D | gl4cTextureViewTests.cpp | 193 … 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 …]
|
| /external/deqp/external/openglcts/modules/gles31/ |
| D | es31cShaderImageLoadStoreTests.cpp | 177 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 …]
|
| D | es31cTextureStorageMultisampleTexStorage2DMultisampleTests.cpp | 148 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
|
| D | es31cTextureStorageMultisampleDependenciesTests.cpp | 1279 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
|
| /external/mesa3d/src/glx/ |
| D | renderpix.c | 120 __indirect_glSeparableFilter2D(GLenum target, GLenum internalformat, in __indirect_glSeparableFilter2D()
|
| /external/mesa3d/src/glx/apple/ |
| D | apple_xgl_api_read.c | 125 __applegl_glCopyColorTable(GLenum target, GLenum internalformat, GLint x, GLint y, in __applegl_glCopyColorTable()
|
| /external/deqp/framework/opengl/ |
| D | gluCallLogWrapper.inl | 373 void CallLogWrapper::glClearBufferData (glw::GLenum target, glw::GLenum internalformat, glw::GLenum… 380 void CallLogWrapper::glClearBufferSubData (glw::GLenum target, glw::GLenum internalformat, glw::GLi… 436 void CallLogWrapper::glClearNamedBufferData (glw::GLuint buffer, glw::GLenum internalformat, glw::G… 443 void CallLogWrapper::glClearNamedBufferDataEXT (glw::GLuint buffer, glw::GLenum internalformat, glw… 450 void CallLogWrapper::glClearNamedBufferSubData (glw::GLuint buffer, glw::GLenum internalformat, glw… 457 void CallLogWrapper::glClearNamedBufferSubDataEXT (glw::GLuint buffer, glw::GLenum internalformat, … 558 …XT (glw::GLenum texunit, glw::GLenum target, glw::GLint level, glw::GLenum internalformat, glw::GL… 565 …XT (glw::GLenum texunit, glw::GLenum target, glw::GLint level, glw::GLenum internalformat, glw::GL… 572 …XT (glw::GLenum texunit, glw::GLenum target, glw::GLint level, glw::GLenum internalformat, glw::GL… 600 …:glCompressedTexImage1D (glw::GLenum target, glw::GLint level, glw::GLenum internalformat, glw::GL… [all …]
|
| /external/deqp/framework/platform/null/ |
| D | tcuNullRenderContextFuncs.inl | 408 GLW_APICALL void GLW_APIENTRY glClearBufferData (GLenum target, GLenum internalformat, GLenum forma… 418 GLW_APICALL void GLW_APIENTRY glClearBufferSubData (GLenum target, GLenum internalformat, GLintptr … 484 GLW_APICALL void GLW_APIENTRY glClearNamedBufferData (GLuint buffer, GLenum internalformat, GLenum … 494 GLW_APICALL void GLW_APIENTRY glClearNamedBufferDataEXT (GLuint buffer, GLenum internalformat, GLen… 504 GLW_APICALL void GLW_APIENTRY glClearNamedBufferSubData (GLuint buffer, GLenum internalformat, GLin… 516 GLW_APICALL void GLW_APIENTRY glClearNamedBufferSubDataEXT (GLuint buffer, GLenum internalformat, G… 644 …edMultiTexImage1DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei w… 657 …edMultiTexImage2DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei w… 671 …edMultiTexImage3DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei w… 731 … GLW_APIENTRY glCompressedTexImage1D (GLenum target, GLint level, GLenum internalformat, GLsizei w… [all …]
|
| /external/deqp/framework/opengl/wrapper/ |
| D | glwImpl.inl | 415 void glwClearBufferData (GLenum target, GLenum internalformat, GLenum format, GLenum type, const vo… 423 void glwClearBufferSubData (GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size,… 487 void glwClearNamedBufferData (GLuint buffer, GLenum internalformat, GLenum format, GLenum type, con… 495 void glwClearNamedBufferDataEXT (GLuint buffer, GLenum internalformat, GLenum format, GLenum type, … 503 void glwClearNamedBufferSubData (GLuint buffer, GLenum internalformat, GLintptr offset, GLsizeiptr … 511 void glwClearNamedBufferSubDataEXT (GLuint buffer, GLenum internalformat, GLsizeiptr offset, GLsize… 623 …edMultiTexImage1DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei w… 631 …edMultiTexImage2DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei w… 639 …edMultiTexImage3DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei w… 671 void glwCompressedTexImage1D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLi… [all …]
|