Home
last modified time | relevance | path

Searched defs:texture (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/external/deqp/modules/gles31/functional/
Des31fNegativeTextureApiTests.cpp106 GLuint texture[5]; in bindtexture() local
937 GLuint texture = 0x1234; in copytexsubimage2d_invalid_target() local
951 GLuint texture = 0x1234; in copytexsubimage2d_read_buffer_is_none() local
967 GLuint texture = 0x1234; in copytexsubimage2d_texture_internalformat() local
1031 GLuint texture = 0x1234; in copytexsubimage2d_neg_offset() local
1050 GLuint texture = 0x1234; in copytexsubimage2d_invalid_offset() local
1069 GLuint texture = 0x1234; in copytexsubimage2d_neg_width_height() local
1090 GLuint texture[2]; in copytexsubimage2d_incomplete_framebuffer() local
1136 GLuint texture = 0x1234; in deletetextures() local
1155 GLuint texture[2]; in generatemipmap() local
[all …]
Des31fNegativeBufferApiTests.cpp279 deUint32 texture = 0x1234; in read_pixels_fbo_format_mismatch() local
509 deUint32 texture = 0x1234; in clear_bufferiv() local
559 deUint32 texture = 0x1234; in clear_bufferuiv() local
606 deUint32 texture = 0x1234; in clear_bufferfv() local
754 deUint32 texture = 0x1234; in draw_buffers() local
951 deUint32 texture = 0x1234; in read_buffer() local
1145 GLuint texture[] = {0x1234, 0x1234}; in framebuffer_texture() local
1347 deUint32 texture[2]; in blit_framebuffer() local
1676 deUint32 texture = 0x1234; in invalidate_framebuffer() local
1725 deUint32 texture = 0x1234; in invalidate_sub_framebuffer() local
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_sampler.c39 const struct pipe_resource *texture, in default_template()
90 const struct pipe_resource *texture, in u_sampler_view_default_template()
102 const struct pipe_resource *texture, in u_sampler_view_default_dx9_template()
/external/mesa3d/src/mesa/state_tracker/
Dst_sampler_view.h40 struct pipe_resource *texture, in st_create_texture_sampler_view_format()
53 struct pipe_resource *texture) in st_create_texture_sampler_view()
/external/replicaisland/src/com/replica/replicaisland/
DTextureLibrary.java73 Texture texture = getTextureByResource(resourceID); in allocateTexture() local
83 Texture texture = allocateTexture(resourceID); in loadTexture() local
127 protected Texture loadBitmap(Context context, GL10 gl, Texture texture) { in loadBitmap()
223 Texture texture = null; in getTextureByResource() local
260 Texture texture = null; in addTexture() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageSizeTests.cpp88 inline VkImageCreateInfo makeImageCreateInfo (const Texture& texture, const VkFormat format) in makeImageCreateInfo()
118 tcu::IVec3 getExpectedImageSizeResult (const Texture& texture) in getExpectedImageSizeResult()
182 const Texture& texture, in SizeTest()
231 std::string getCaseName (const Texture& texture, const deUint32 flags) in getCaseName()
268 SizeTestInstance::SizeTestInstance (Context& context, const Texture& texture, const VkFormat format) in SizeTestInstance()
369 ImageSizeTestInstance::ImageSizeTestInstance (Context& context, const Texture& texture, const VkFor… in ImageSizeTestInstance()
445 BufferSizeTestInstance::BufferSizeTestInstance (Context& context, const Texture& texture, const VkF… in BufferSizeTestInstance()
539 const Texture texture = getTexture(s_imageTypes[imageTypeNdx], s_baseImageSizes[imageSizeNdx]); in createImageSizeTests() local
DvktImageLoadStoreTests.cpp64 inline VkBufferImageCopy makeBufferImageCopy (const Texture& texture) in makeBufferImageCopy()
69 tcu::ConstPixelBufferAccess getLayerOrSlice (const Texture& texture, const tcu::ConstPixelBufferAcc… in getLayerOrSlice()
97 const Texture& texture, in comparePixelBuffers()
260 …ns (Context& context, const VkCommandBuffer cmdBuffer, const VkImage image, const Texture& texture) in commandImageWriteBarrierBetweenShaderInvocations()
290 const Texture& texture) in commandCopyImageToBuffer()
341 const Texture& texture, in StoreTest()
441 BaseTestInstance::BaseTestInstance (Context& context, const Texture& texture, const VkFormat format… in BaseTestInstance()
517 StoreTestInstance::StoreTestInstance (Context& context, const Texture& texture, const VkFormat form… in StoreTestInstance()
592 const Texture& texture, in ImageStoreTestInstance()
745 const Texture& texture, in BufferStoreTestInstance()
[all …]
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_uniforms.c64 struct pipe_sampler_view *texture = texstate->textures[unit]; in write_texture_p2() local
81 struct pipe_sampler_view *texture = texstate->textures[unit]; in write_texture_first_level() local
92 struct pipe_sampler_view *texture = texstate->textures[unit]; in write_texture_msaa_addr() local
113 struct pipe_sampler_view *texture = texstate->textures[unit]; in write_texture_border_color() local
178 struct pipe_sampler_view *texture = texstate->textures[data]; in get_texrect_scale() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseTextureTests.cpp367 GLuint texture; in iterate() local
1157 GLuint texture; in positiveTesting() local
1209 GLuint texture; in verifyTexParameterErrors() local
1311 GLuint texture; in verifyTexStorageVirtualPageSizeIndexError() local
1372 GLuint texture; in verifyTexStorageFullArrayCubeMipmapsError() local
1446 GLuint texture; in verifyTexStorageInvalidValueErrors() local
1704 GLuint texture; in iterate() local
1774 glw::GLuint& texture, GLint level, GLint xOffset, GLint yOffset, in texPageCommitment()
1807 …ommitmentTestCase::prepareTexture(const Functions& gl, GLint target, GLint format, GLuint& texture) in prepareTexture()
1844 GLuint& texture, GLint levels) in sparseAllocateTexture()
[all …]
/external/mesa3d/src/mesa/main/
Dtexparam.c156 get_texobj_by_name(struct gl_context *ctx, GLuint texture, const char *name) in get_texobj_by_name()
1172 _mesa_TextureParameterfv(GLuint texture, GLenum pname, const GLfloat *params) in _mesa_TextureParameterfv()
1185 _mesa_TextureParameterf(GLuint texture, GLenum pname, GLfloat param) in _mesa_TextureParameterf()
1198 _mesa_TextureParameteri(GLuint texture, GLenum pname, GLint param) in _mesa_TextureParameteri()
1211 _mesa_TextureParameteriv(GLuint texture, GLenum pname, in _mesa_TextureParameteriv()
1226 _mesa_TextureParameterIiv(GLuint texture, GLenum pname, const GLint *params) in _mesa_TextureParameterIiv()
1239 _mesa_TextureParameterIuiv(GLuint texture, GLenum pname, const GLuint *params) in _mesa_TextureParameterIuiv()
1773 _mesa_GetTextureLevelParameterfv(GLuint texture, GLint level, in _mesa_GetTextureLevelParameterfv()
1795 _mesa_GetTextureLevelParameteriv(GLuint texture, GLint level, in _mesa_GetTextureLevelParameteriv()
2366 _mesa_GetTextureParameterfv(GLuint texture, GLenum pname, GLfloat *params) in _mesa_GetTextureParameterfv()
[all …]
Dtexstorage.c579 texturestorage_error(GLuint dims, GLuint texture, GLsizei levels, in texturestorage_error()
620 texturestorage_no_error(GLuint dims, GLuint texture, GLsizei levels, in texturestorage_no_error()
686 _mesa_TextureStorage1D_no_error(GLuint texture, GLsizei levels, in _mesa_TextureStorage1D_no_error()
694 _mesa_TextureStorage1D(GLuint texture, GLsizei levels, GLenum internalformat, in _mesa_TextureStorage1D()
703 _mesa_TextureStorage2D_no_error(GLuint texture, GLsizei levels, in _mesa_TextureStorage2D_no_error()
712 _mesa_TextureStorage2D(GLuint texture, GLsizei levels, in _mesa_TextureStorage2D()
722 _mesa_TextureStorage3D_no_error(GLuint texture, GLsizei levels, in _mesa_TextureStorage3D_no_error()
732 _mesa_TextureStorage3D(GLuint texture, GLsizei levels, GLenum internalformat, in _mesa_TextureStorage3D()
749 _mesa_TextureStorage1DEXT(GLuint texture, GLenum target, GLsizei levels, in _mesa_TextureStorage1DEXT()
767 _mesa_TextureStorage2DEXT(GLuint texture, GLenum target, GLsizei levels, in _mesa_TextureStorage2DEXT()
[all …]
/external/deqp/modules/glshared/
DglsSamplerObjectTest.cpp381 GLuint texture = (GLuint)-1; in createTexture2D() local
407 GLuint texture = (GLuint)-1; in createTexture3D() local
433 GLuint texture = (GLuint)-1; in createTextureCube() local
490 GLuint texture = createTexture(gl, m_target); in renderReferences() local
513 GLuint texture = createTexture(gl, m_target); in renderResults() local
878 GLuint texture = (GLuint)-1; in createTexture2D() local
917 GLuint texture = (GLuint)-1; in createTexture3D() local
956 GLuint texture = (GLuint)-1; in createTextureCube() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_texture.c59 struct svga_texture *texture = svga_texture(st->base.resource); in svga_transfer_dma_band() local
105 struct svga_texture *texture = svga_texture(st->base.resource); in svga_transfer_dma() local
207 struct pipe_resource *texture, in svga_texture_get_handle()
343 struct pipe_resource *texture = st->base.resource; in svga_texture_transfer_map_dma() local
413 struct pipe_resource *texture = transfer->resource; in svga_texture_transfer_map_direct() local
539 struct pipe_resource *texture, in svga_texture_transfer_map()
1355 const struct pipe_resource *texture) in svga_texture_transfer_map_can_upload()
1386 struct pipe_resource *texture = st->base.resource; in svga_texture_transfer_map_upload() local
1478 struct pipe_resource *texture = st->base.resource; in svga_texture_transfer_unmap_upload() local
1543 svga_texture_device_format_has_alpha(struct pipe_resource *texture) in svga_texture_device_format_has_alpha()
/external/deqp/framework/randomshaders/
DrsgSamplers.hpp43 Sampler2D (const tcu::Texture2D* texture, const tcu::Sampler& sampler) in Sampler2D()
68 SamplerCube (const tcu::TextureCube* texture, const tcu::Sampler& sampler) in SamplerCube()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringExplicitLodTests.hpp30 namespace texture namespace
DvktTextureFilteringAnisotropyTests.hpp30 namespace texture namespace
DvktTextureSwizzleTests.hpp34 namespace texture namespace
DvktTextureMipmapTests.hpp34 namespace texture namespace
DvktTextureTests.hpp33 namespace texture namespace
DvktTextureShadowTests.hpp32 namespace texture namespace
DvktTextureCompressedFormatTests.hpp32 namespace texture namespace
DvktTextureFilteringTests.hpp33 namespace texture namespace
/external/deqp/modules/gles2/functional/
Des2fTextureCompletenessTests.cpp163 GLuint texture; in iterate() local
217 GLuint texture; in iterate() local
269 void Incomplete2DSizeCase::createTexture (GLuint texture) in createTexture()
343 void Incomplete2DFormatCase::createTexture (GLuint texture) in createTexture()
394 void Incomplete2DMissingLevelCase::createTexture (GLuint texture) in createTexture()
449 void Incomplete2DWrapModeCase::createTexture (GLuint texture) in createTexture()
496 void Complete2DExtraLevelCase::createTexture (GLuint texture) in createTexture()
547 void Incomplete2DEmptyObjectCase::createTexture (GLuint texture) in createTexture()
596 void IncompleteCubeSizeCase::createTexture (GLuint texture) in createTexture()
666 void IncompleteCubeFormatCase::createTexture (GLuint texture) in createTexture()
[all …]
/external/skqp/tests/
DGrMipMappedTest.cpp77 GrTexture* texture = proxy->peekTexture(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
128 sk_sp<GrTexture> texture = sk_ref_sp(proxy->peekTexture()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
262 GrTexture* texture = texProxy->peekTexture(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/external/skia/tests/
DGrMipMappedTest.cpp77 GrTexture* texture = proxy->peekTexture(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
128 sk_sp<GrTexture> texture = sk_ref_sp(proxy->peekTexture()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
262 GrTexture* texture = texProxy->peekTexture(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local

12345678910>>...16