Home
last modified time | relevance | path

Searched defs:texture_type (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/egl/main/
Deglsurface.c56 EGLint texture_type = EGL_PBUFFER_BIT; in _eglParseSurfaceAttribList() local
485 EGLint texture_type = EGL_PBUFFER_BIT; in _eglBindTexImage() local
519 EGLint texture_type = EGL_PBUFFER_BIT; in _eglReleaseTexImage() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c49 LLVMTypeRef viewport_type, texture_type, sampler_type; in lp_jit_create_types() local
/external/deqp/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.hpp79 eTextureType texture_type; member
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp874 glw::GLint mipmap_level, glw::GLenum texture_format, glw::GLenum texture_type, in prepareDataForTexture()
908 glw::GLenum texture_format, glw::GLenum texture_type, glw::GLsizei texture_width, in prepareDataForColorFloatTexture()
936 glw::GLenum texture_format, glw::GLenum texture_type, glw::GLsizei texture_width, in prepareDataForColorIntTexture()
961 glw::GLenum texture_format, glw::GLenum texture_type, glw::GLsizei texture_width, in prepareDataForDepthFloatTexture()
986 glw::GLenum texture_format, glw::GLenum texture_type, glw::GLsizei texture_width, in prepareDataForStencilUIntTexture()
1011 glw::GLenum texture_format, glw::GLenum texture_type, glw::GLsizei texture_width, in prepareDepthTextureFace()
1226 glw::GLenum texture_format, glw::GLenum texture_type, glw::GLsizei texture_width, in prepareRGBAIntegerTextureFace()
1263 glw::GLenum texture_format, glw::GLenum texture_type, glw::GLsizei texture_width, in prepareRGBATextureFace()
1299 glw::GLenum texture_format, glw::GLenum texture_type, glw::GLsizei texture_width, in prepareStencilTextureFace()
1547 glw::GLenum texture_format, glw::GLenum texture_type, glw::GLsizei texture_width, in prepareTextureFace()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp2111 glw::GLenum texture_type, unsigned int n_levels_needed, in initTextureStorage()
2728 const _test_texture_type texture_type = texture_types[n_texture_type]; in initTestRuns() local
8062 void TextureViewTestCoherency::checkAPICallCoherency(_texture_type texture_type, bool should_use_gl… in checkAPICallCoherency()
8219 void TextureViewTestCoherency::checkProgramWriteCoherency(_texture_type texture_type, bool should_u… in checkProgramWriteCoherency()
8649 void TextureViewTestCoherency::getReadPropertiesForTextureType(_texture_type texture_type, glw::GLu… in getReadPropertiesForTextureType()
8729 void TextureViewTestCoherency::getWritePropertiesForTextureType(_texture_type texture_type, glw::GL… in getWritePropertiesForTextureType()
9290 _texture_type texture_type = texture_types[n_texture_type]; in iterate() local
Dgl4cTextureViewTests.hpp284 _test_texture_type texture_type; member
Dgl4cShadingLanguage420PackTests.cpp2393 Utils::TEXTURE_TYPES texture_type, GLuint color, GLuint unit) in prepareTexture()
10234 void BindingSamplersTest::prepareTexture(Utils::texture& texture, Utils::TEXTURE_TYPES texture_type in prepareTexture()
18619 TEXTURE_TYPES texture_type) in create()
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp5317 bool level, const glw::GLchar* texture_type, bool layer) in ExpectError()
Dgl4cShaderImageLoadStoreTests.cpp7456 const char* texture_type = ""; in Run() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c119 LLVMTypeRef texture_type; in create_jit_texture_type() local
217 LLVMTypeRef texture_type, LLVMTypeRef sampler_type, in create_jit_context_type()
268 LLVMTypeRef texture_type, LLVMTypeRef sampler_type, in create_gs_jit_context_type()
435 LLVMTypeRef texture_type, sampler_type, context_type, buffer_type, in create_jit_types() local
2181 LLVMTypeRef texture_type, sampler_type, context_type; in create_gs_jit_types() local
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_shader.h104 unsigned texture_type:4; member