Home
last modified time | relevance | path

Searched defs:internal_format (Results 26 - 39 of 39) sorted by relevance

12

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.cpp985 void Texture::InitBuffer(deqp::Context& context, glw::GLenum internal_format, glw::GLuint buffer_id) in InitBuffer() argument
1009 void Texture::InitStorage(deqp::Context& context, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format, in InitStorage() argument
1060 CompressedImage(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLsizei image_size, const glw::GLvoid* data) CompressedImage() argument
1164 Image(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLenum format, glw::GLenum type, const glw::GLvoid* data) Image() argument
1215 Storage(const glw::Functions& gl, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth, bool allow_error) Storage() argument
[all...]
H A Dgl4cTextureGatherTests.cpp436 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 in CreateTexture2DArrayInt() local
605 GLenum internal_format = InternalFormat(); CreateTextureCubeArray() local
654 GLenum internal_format = InternalFormat(); CreateTextureCubeArrayInt() local
695 GLenum internal_format = InternalFormat(); CreateTexture2DArray() local
733 GLenum internal_format = InternalFormat(); CreateTextureCubeInt() local
776 GLenum internal_format = InternalFormat(); CreateTextureCube() local
827 GLenum internal_format = InternalFormat(); CreateTexture2D() local
[all...]
H A Dgl4cBufferStorageTests.cpp1335 CompressedImage(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLsizei image_size, const glw::GLvoid* data) CompressedImage() argument
1439 Image(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLenum format, glw::GLenum type, const glw::GLvoid* data) Image() argument
1490 Storage(const glw::Functions& gl, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth) Storage() argument
[all...]
H A Dgl3cTextureSwizzleTests.cpp1808 size_t get_index_of_format(glw::GLenum internal_format) in get_index_of_format() argument
3453 const glw::GLenum internal_format = texture_format.m_internal_format; in prepareSourceTexture() local
[all...]
H A Dgl4cCopyImageTests.cpp249 getPixelSizeForCompatibilityVerification(GLenum internal_format) getPixelSizeForCompatibilityVerification() argument
526 getEpsilon(GLenum internal_format) getEpsilon() argument
610 getFormat(GLenum internal_format) getFormat() argument
718 getNumberOfChannels(GLenum internal_format) getNumberOfChannels() argument
810 getType(GLenum internal_format) getType() argument
936 maskPixelForFormat(GLenum internal_format, GLubyte* pixel) maskPixelForFormat() argument
956 getPixelSizeForFormat(GLenum internal_format) getPixelSizeForFormat() argument
1089 getPixelString(GLenum internal_format, const GLubyte* pixel) getPixelString() argument
1277 static const GLenum internal_format = GL_RGBA8; prepareMultisampleTex() local
1324 prepareRenderBuffer(deqp::Context& context, GLenum internal_format) prepareRenderBuffer() argument
1359 prepareTex16x16x6(deqp::Context& context, GLenum target, GLenum internal_format, GLenum format, GLenum type, GLuint& out_buf_id) prepareTex16x16x6() argument
1394 prepareTexture(deqp::Context& context, GLuint name, GLenum target, GLenum internal_format, GLenum format, GLenum type, GLuint level, GLuint width, GLuint height, GLuint depth, const GLvoid* pixels, GLuint& out_buf_id) prepareTexture() argument
2282 packPixel(GLenum internal_format, GLenum type, GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha, GLubyte* out_pixel) packPixel() argument
2430 roundComponent(GLenum internal_format, GLenum component, GLdouble& value) roundComponent() argument
3074 const GLenum internal_format = desc.m_internal_format; prepareDstPxls() local
3134 const GLenum internal_format = desc.m_internal_format; prepareSrcPxls() local
3639 const GLenum internal_format = s_internal_formats[fmt_id]; SmokeTest() local
3956 const GLenum internal_format = test_case.m_internal_format; prepareDstPxls() local
3991 const GLenum internal_format = test_case.m_internal_format; prepareSrcPxls() local
[all...]
H A Dgl4cDirectStateAccessTexturesTests.cpp845 bool BufferTest<T, S, N>::PrepareFramebuffer(const glw::GLenum internal_format) in PrepareFramebuffer() argument
2009 void StorageAndSubImageTest<T, S, N, D, I>::PrepareFramebuffer(const glw::GLenum internal_format) in PrepareFramebuffer() argument
3182 void StorageMultisampleTest<T, S, N, D>::InputTextureImage(const glw::GLenum internal_format, const glw::GLuint width, in InputTextureImage() argument
3195 gl.texImage2D(InputTextureTarget(), 0, internal_format, width, height, 0, format, type, data); in InputTextureImage() local
3198 gl.texImage3D(InputTextureTarget(), 0, internal_format, width, height, depth, 0, format, type, data); in InputTextureImage() local
3315 bool StorageMultisampleTest<T, S, N, D>::PrepareFramebufferMultisample(const glw::GLenum internal_format) in PrepareFramebufferMultisample() argument
3407 PrepareFramebufferAuxiliary(const glw::GLenum internal_format) PrepareFramebufferAuxiliary() argument
[all...]
H A Dgl4cShaderSubroutineTests.cpp698 void Utils::texture::create(glw::GLuint width, glw::GLuint height, glw::GLenum internal_format) in create() argument
H A Dgl4cShadingLanguage420PackTests.cpp18535 void Utils::texture::create(glw::GLuint width, glw::GLuint height, glw::GLenum internal_format) in create() argument
18560 void Utils::texture::create(GLuint width, GLuint height, GLuint depth, GLenum internal_format, in create() argument
18606 void Utils::texture::createBuffer(GLenum internal_format, GLuin argument
[all...]
H A Dgl4cEnhancedLayoutsTests.cpp3264 void Texture::Init(TYPES tex_type, GLuint width, GLuint height, GLuint depth, GLenum internal_format, GLenum format, in Init() argument
3286 void Texture::Init(GLenum internal_format, GLuint buffer_id) in Init() argument
3434 Storage(const Functions& gl, TYPES tex_type, GLuint width, GLuint height, GLuint depth, GLenum internal_format) Storage() argument
3470 TexBuffer(const Functions& gl, GLenum internal_format, GLuint& buffer_id) TexBuffer() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.cpp643 CompressedImage(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLsizei image_size, const glw::GLvoid* data) CompressedImage() argument
775 Image(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLenum format, glw::GLenum type, const glw::GLvoid* data) Image() argument
826 Storage(const glw::Functions& gl, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth) Storage() argument
1686 GLenum internal_format = 0; prepareTexture() local
[all...]
H A DglcViewportArrayTests.cpp740 void Utils::texture::create(GLuint width, GLuint height, GLenum internal_format) in create() argument
767 void Utils::texture::create(GLuint width, GLuint height, GLuint depth, GLenum internal_format) in create() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c2284 enum pipe_format internal_format = tex->res->internal_format; in iris_upload_sampler_states() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp4191 TextureCubeMapArraySamplingTest::formatDefinition::formatDefinition(glw::GLenum internal_format, glw::GLenum format, argument
4233 TextureCubeMapArraySamplingTest::formatInfo::formatInfo(glw::GLenum internal_format, glw::GLenum format, argument
4956 void TextureCubeMapArraySamplingTest::textureDefinition::setupImage(glw::GLuint image_unit, glw::GLenum internal_format) argument
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c2453 enum pipe_format internal_format = PIPE_FORMAT_NONE; in crocus_upload_border_color() local

Completed in 117 milliseconds

12