/external/mesa3d/src/glx/ |
D | indirect_texture_compression.c | 77 GLenum internal_format, in CompressedTexImage1D2D() 195 GLenum internal_format, GLsizei width, in __indirect_glCompressedTexImage1D() 207 GLenum internal_format, in __indirect_glCompressedTexImage2D() 220 GLenum internal_format, in __indirect_glCompressedTexImage3D()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cTextureGatherTests.cpp | 352 bool IsFloatingPointTexture(GLenum internal_format) in IsFloatingPointTexture() 369 GLenum internal_format = GL_RGB32F; in CreateTexture2DRgb() local 406 GLenum internal_format = GL_RG32F; in CreateTexture2DRg() local 444 GLenum internal_format = GL_R32F; in CreateTexture2DR() local 480 GLenum internal_format = InternalFormat(); in CreateTexture2DInt() local 512 GLenum internal_format = InternalFormat(); in CreateTexture2DArrayInt() local 546 GLenum internal_format = InternalFormat(); in CreateTexture2DArray() local 581 GLenum internal_format = InternalFormat(); in CreateTextureCubeInt() local 625 GLenum internal_format = InternalFormat(); in CreateTextureCube() local 673 GLenum internal_format = InternalFormat(); in CreateTextureSRGB() local [all …]
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cStencilTexturingTests.cpp | 267 …createAndFill2DTexture(deqp::Context& context, GLuint width, GLuint height, GLenum internal_format, in createAndFill2DTexture() 663 GLenum internal_format = GL_R8UI; in dispatch() local 817 GLenum internal_format = 0; in prepareDestinationTexture() local 945 GLuint FunctionalTest::prepareSourceTexture(GLenum internal_format, bool is_stencil, in prepareSourceTexture() 1006 void FunctionalTest::prepareSourceTextureData(GLenum internal_format, std::vector<GLubyte>& texture… in prepareSourceTextureData() 1211 bool FunctionalTest::test(GLenum internal_format, bool is_stencil) in test()
|
D | gl4cCopyImageTests.cpp | 249 GLuint getPixelSizeForCompatibilityVerification(GLenum internal_format) in getPixelSizeForCompatibilityVerification() 526 GLdouble Utils::getEpsilon(GLenum internal_format) in getEpsilon() 611 GLenum Utils::getFormat(GLenum internal_format) in getFormat() 720 GLuint Utils::getNumberOfChannels(GLenum internal_format) in getNumberOfChannels() 813 GLenum Utils::getType(GLenum internal_format) in getType() 940 void Utils::maskPixelForFormat(GLenum internal_format, GLubyte* pixel) in maskPixelForFormat() 960 GLuint Utils::getPixelSizeForFormat(GLenum internal_format) in getPixelSizeForFormat() 1094 std::string Utils::getPixelString(GLenum internal_format, const GLubyte* pixel) in getPixelString() 1282 static const GLenum internal_format = GL_RGBA8; in prepareMultisampleTex() local 1330 GLuint Utils::prepareRenderBuffer(deqp::Context& context, GLenum internal_format) in prepareRenderBuffer() [all …]
|
D | gl4cTextureGatherTests.cpp | 436 GLenum internal_format = GL_RGB32F; in CreateTexture2DRgb() local 469 GLenum internal_format = GL_RG32F; in CreateTexture2DRg() local 502 GLenum internal_format = GL_R32F; in CreateTexture2DR() local 534 GLenum internal_format = InternalFormat(); in CreateTexture2DInt() local 572 GLenum internal_format = InternalFormat(); in CreateTexture2DArrayInt() local 605 GLenum internal_format = InternalFormat(); in CreateTextureCubeArray() local 654 GLenum internal_format = InternalFormat(); in CreateTextureCubeArrayInt() local 695 GLenum internal_format = InternalFormat(); in CreateTexture2DArray() local 733 GLenum internal_format = InternalFormat(); in CreateTextureCubeInt() local 776 GLenum internal_format = InternalFormat(); in CreateTextureCube() local [all …]
|
D | gl3cTextureSizePromotion.hpp | 131 glw::GLenum internal_format; //!< Texture internal format. member
|
D | gl4cMultiBindTests.cpp | 985 void Texture::InitBuffer(deqp::Context& context, glw::GLenum internal_format, glw::GLuint buffer_id) in InitBuffer() 1009 …orage(deqp::Context& context, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format, in InitStorage() 1061 glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth, in CompressedImage() 1165 …:Image(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLenum internal_format, in Image() 1217 …age(const glw::Functions& gl, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format, in Storage()
|
D | gl4cBufferStorageTests.cpp | 1338 glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth, in CompressedImage() 1442 …:Image(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLenum internal_format, in Image() 1494 …age(const glw::Functions& gl, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format, in Storage()
|
D | gl3cTextureSizePromotion.cpp | 401 glw::GLenum internal_format = getDestinationFormatForChannel(descriptor); in prepareDestinationTextureAndFramebuffer() local
|
/external/deqp/external/openglcts/modules/gles32/ |
D | es32cCopyImageTests.cpp | 88 IntegerTexTest::IntegerTexTest(deqp::Context& context, const char* name, glw::GLint internal_format… in IntegerTexTest()
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayColorDepthAttachments.cpp | 693 glw::GLenum internal_format = GL_NONE; in prepareImmutableTextureObject() local 734 glw::GLenum internal_format = GL_NONE; in prepareMutableTextureObject() local
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_tex_image.c | 407 GLenum internal_format, in intel_set_texture_image_mt() 446 GLenum internal_format = 0; in intelSetTexBuffer2() local 590 const GLenum internal_format = in intel_image_target_texture_2d() local
|
D | intel_image.h | 71 GLenum internal_format; member
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_regions.h | 129 GLenum internal_format; member
|
/external/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_resource.h | 134 enum pipe_format internal_format; member
|
/external/mesa3d/src/mesa/main/ |
D | glformats.c | 3707 _mesa_is_es3_color_renderable(GLenum internal_format) in _mesa_is_es3_color_renderable() 3757 GLenum internal_format) in _mesa_is_es3_texture_filterable()
|
D | program_binary.c | 54 uint32_t internal_format; member
|
D | textureview.c | 120 GLenum internal_format; member
|
/external/mesa3d/include/GL/ |
D | mesa_glinterop.h | 217 unsigned internal_format; member
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_resource.h | 70 enum pipe_format internal_format; member
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_transfer_helper.c | 46 enum pipe_format internal_format = in handle_transfer() local
|
/external/mesa3d/src/gallium/state_trackers/dri/ |
D | dri_drawable.c | 258 enum pipe_format internal_format = pt->format; in dri_set_tex_buffer2() local
|
/external/deqp/external/openglcts/modules/common/ |
D | glcTextureFilterAnisotropicTests.cpp | 110 void texImage(const Functions& gl, GLenum target, GLint level, GLenum internal_format, GLuint width… in texImage()
|
D | glcRobustBufferAccessBehaviorTests.cpp | 644 glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth, in CompressedImage() 776 …:Image(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLenum internal_format, in Image() 828 …age(const glw::Functions& gl, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format, in Storage() 1691 GLenum internal_format = 0; in prepareTexture() local
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_screen.h | 107 GLenum internal_format; member
|