Home
last modified time | relevance | path

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

12345678910>>...24

/external/angle/src/tests/gl_tests/
DBPTCCompressedTextureTest.cpp78 void setupTextureParameters(GLuint texture) in setupTextureParameters()
110 GLTexture texture; in TEST_P() local
132 GLTexture texture; in TEST_P() local
154 GLTexture texture; in TEST_P() local
180 GLTexture texture; in TEST_P() local
203 GLTexture texture; in TEST_P() local
236 GLTexture texture; in TEST_P() local
249 GLTexture texture; in TEST_P() local
266 GLTexture texture; in TEST_P() local
281 GLTexture texture; in TEST_P() local
[all …]
DDXT1CompressedTextureTest.cpp70 GLuint texture; in TEST_P() local
124 GLTexture texture; in TEST_P() local
170 GLuint texture; in TEST_P() local
230 GLTexture texture; in TEST_P() local
263 GLTexture texture; in TEST_P() local
291 GLTexture texture; in TEST_P() local
313 GLuint texture; in TEST_P() local
391 GLuint texture; in TEST_P() local
456 GLTexture texture; in TEST_P() local
483 GLTexture texture; in TEST_P() local
[all …]
DPbufferTest.cpp227 GLuint texture = 0; in TEST_P() local
266 GLTexture texture; in TEST_P() local
309 GLTexture texture; in TEST_P() local
361 GLTexture texture; in TEST_P() local
402 GLTexture texture; in TEST_P() local
425 GLTexture texture; in TEST_P() local
457 GLTexture texture; in TEST_P() local
495 GLTexture texture; in TEST_P() local
539 GLTexture texture; in TEST_P() local
610 GLTexture texture; in TEST_P() local
[all …]
DSRGBFramebufferTest.cpp92 GLTexture texture; in TEST_P() local
133 GLTexture texture; in TEST_P() local
178 GLTexture texture; in TEST_P() local
215 GLTexture texture; in TEST_P() local
320 GLTexture texture; in TEST_P() local
346 GLTexture texture; in TEST_P() local
DWebGLCompatibilityTest.cpp132 GLTexture texture; in TestFloatTextureFormat() local
235 GLTexture texture; in TestExtFloatBlend() local
475 GLTexture texture; in TEST_P() local
649 GLTexture texture; in TEST_P() local
741 GLTexture texture; in TEST_P() local
1011 GLTexture texture; in TEST_P() local
1415 GLTexture texture; in TEST_P() local
1434 GLTexture texture; in TEST_P() local
2321 GLTexture texture; in TEST_P() local
2349 void FillTexture2D(GLuint texture, in FillTexture2D()
[all …]
DMultisampledRenderToTextureTest.cpp110 void verifyResults(GLuint texture, in verifyResults()
282 GLTexture texture; in TEST_P() local
364 GLTexture texture; in TEST_P() local
430 GLTexture texture; in TEST_P() local
514 GLTexture texture; in TEST_P() local
557 GLTexture texture; in TEST_P() local
651 GLTexture texture; in colorAttachmentMultisampleDrawTestCommon() local
721 GLTexture texture; in TEST_P() local
795 GLTexture texture; in TEST_P() local
862 GLTexture texture; variable
[all …]
DVulkanFramebufferTest.cpp53 const gl::Texture *texture = context->getTexture({handle}); in hackTexture() local
65 GLTexture texture; in TEST_P() local
101 GLTexture texture; in TEST_P() local
DVulkanPerformanceCounterTest.cpp149 void setupForColorOpsTest(GLFramebuffer *framebuffer, GLTexture *texture) in setupForColorOpsTest()
161 GLTexture *texture, in setupForColorDepthOpsTest()
186 GLTexture *texture, in setupForDepthStencilOpsTest()
216 GLTexture *texture, in setupClearAndDrawForDepthStencilOpsTest()
536 GLTexture texture; in TEST_P() local
588 GLTexture texture; in TEST_P() local
655 GLTexture texture; in TEST_P() local
1412 GLTexture texture; in TEST_P() local
1521 GLTexture texture; in TEST_P() local
2075 GLTexture texture; in TEST_P() local
[all …]
DWEBGLVideoTextureTest.cpp72 GLTexture texture; in TEST_P() local
122 GLTexture texture; in TEST_P() local
239 GLTexture texture; in TEST_P() local
/external/deqp/modules/gles31/functional/
Des31fNegativeTextureApiTests.cpp118 GLuint texture[5]; in bindtexture() local
1035 GLuint texture = 0x1234; in copytexsubimage2d_invalid_target() local
1049 GLuint texture = 0x1234; in copytexsubimage2d_read_buffer_is_none() local
1068 GLuint texture = 0x1234; in copytexsubimage2d_texture_internalformat() local
1132 GLuint texture = 0x1234; in copytexsubimage2d_neg_offset() local
1151 GLuint texture = 0x1234; in copytexsubimage2d_invalid_offset() local
1171 GLuint texture = 0x1234; in copytexsubimage2d_neg_width_height() local
1193 GLuint texture[2]; in copytexsubimage2d_incomplete_framebuffer() local
1239 GLuint texture = 0x1234; in deletetextures() local
1258 GLuint texture[2]; in generatemipmap() local
[all …]
Des31fNegativeBufferApiTests.cpp288 uint32_t texture = 0x1234; in read_pixels_fbo_format_mismatch() local
537 uint32_t texture = 0x1234; in clear_bufferiv() local
588 uint32_t texture = 0x1234; in clear_bufferuiv() local
636 uint32_t texture = 0x1234; in clear_bufferfv() local
790 uint32_t texture = 0x1234; in draw_buffers() local
996 uint32_t texture = 0x1234; in read_buffer() local
1197 GLuint texture[] = {0x1234, 0x1234}; in framebuffer_texture() local
1405 uint32_t texture[2]; in blit_framebuffer() local
1755 uint32_t texture = 0x1234; in invalidate_framebuffer() local
1806 uint32_t texture = 0x1234; in invalidate_sub_framebuffer() local
[all …]
/external/skia/src/gpu/graphite/dawn/
DDawnTexture.cpp65 auto texture = sharedContext->device().CreateTexture(&desc); in MakeDawnTexture() local
76 wgpu::Texture texture, in DawnTexture()
93 const wgpu::Texture& texture, const TextureInfo& info) { in CreateTextureViews()
135 auto texture = MakeDawnTexture(sharedContext, dimensions, info); in Make() local
153 wgpu::Texture texture) { in MakeWrapped()
/external/skia/tools/gpu/
DManagedBackendTexture.h107 const GrBackendTexture& texture() { return fTexture; } in texture() function
136 GrBackendTexture texture = in MakeWithoutData() local
203 const skgpu::graphite::BackendTexture& texture() { return fTexture; } in texture() function
/external/angle/samples/sample_util/
Dtexture_utils.cpp17 GLuint texture; in CreateSimpleTexture2D() local
44 GLuint texture; in CreateSimpleTextureCubemap() local
110 GLuint texture; in CreateMipMappedTexture2D() local
/external/skia/src/gpu/ganesh/vk/
DGrVkTextureRenderTarget.cpp28 sk_sp<GrVkImage> texture, in GrVkTextureRenderTarget()
50 sk_sp<GrVkImage> texture, in GrVkTextureRenderTarget()
68 sk_sp<GrVkImage> texture, in create_rt_attachments()
97 sk_sp<GrVkImage> texture = GrVkImage::MakeTexture(gpu, in MakeNewTextureRenderTarget() local
144 sk_sp<GrVkImage> texture = GrVkImage::MakeWrapped(gpu, in MakeWrappedTextureRenderTarget() local
DGrVkTexture.cpp28 sk_sp<GrVkImage> texture, in GrVkTexture()
56 sk_sp<GrVkImage> texture, in GrVkTexture()
85 sk_sp<GrVkImage> texture, in GrVkTexture()
115 sk_sp<GrVkImage> texture = GrVkImage::MakeTexture( in MakeNewTexture() local
134 sk_sp<GrVkImage> texture = GrVkImage::MakeWrapped(gpu, in MakeWrappedTexture() local
DGrVkPipelineState.cpp132 auto texture = static_cast<GrVkTexture*>(geomProcTextures[i]->peekTexture()); in setAndBindTextures() local
144 auto* texture = static_cast<GrVkTexture*>(te.texture()); in setAndBindTextures() local
153 auto texture = samplerBindings[0].fTexture; in setAndBindTextures() local
178 GrVkTexture* texture = samplerBindings[i].fTexture; in setAndBindTextures() local
225 GrVkTexture* texture = samplerBindings[0].fTexture; in setAndBindTextures() local
/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/mesa3d/src/gallium/drivers/lima/
Dlima_texture.c154 struct lima_sampler_view *texture, void *pdesc, in lima_update_tex_desc()
265 lima_calc_tex_desc_size(struct lima_sampler_view *texture) in lima_calc_tex_desc_size()
300 struct lima_sampler_view *texture = lima_sampler_view(lima_tex->textures[i]); in lima_update_textures() local
314 struct lima_sampler_view *texture = lima_sampler_view(lima_tex->textures[i]); in lima_update_textures() local
324 struct lima_sampler_view *texture = lima_sampler_view(lima_tex->textures[i]); in lima_update_textures() local
/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()
1311 _mesa_TextureParameterfvEXT(GLuint texture, GLenum target, GLenum pname, const GLfloat *params) in _mesa_TextureParameterfvEXT()
1330 _mesa_TextureParameterfv(GLuint texture, GLenum pname, const GLfloat *params) in _mesa_TextureParameterfv()
1364 _mesa_TextureParameterfEXT(GLuint texture, GLenum target, GLenum pname, GLfloat param) in _mesa_TextureParameterfEXT()
1405 _mesa_TextureParameterf(GLuint texture, GLenum pname, GLfloat param) in _mesa_TextureParameterf()
1418 _mesa_TextureParameteriEXT(GLuint texture, GLenum target, GLenum pname, GLint param) in _mesa_TextureParameteriEXT()
1459 _mesa_TextureParameteri(GLuint texture, GLenum pname, GLint param) in _mesa_TextureParameteri()
1472 _mesa_TextureParameterivEXT(GLuint texture, GLenum target, GLenum pname, in _mesa_TextureParameterivEXT()
1514 _mesa_TextureParameteriv(GLuint texture, GLenum pname, in _mesa_TextureParameteriv()
1529 _mesa_TextureParameterIiv(GLuint texture, GLenum pname, const GLint *params) in _mesa_TextureParameterIiv()
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_sampler_view.h37 struct pipe_resource *texture, in st_create_texture_sampler_view_format()
50 struct pipe_resource *texture) in st_create_texture_sampler_view()
/external/mesa3d/src/gallium/auxiliary/util/
Du_sampler.c39 const struct pipe_resource *texture, in default_template()
88 const struct pipe_resource *texture, in u_sampler_view_default_template()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_texture.c60 struct svga_texture *texture = svga_texture(st->base.resource); in svga_transfer_dma_band() local
100 struct svga_texture *texture = svga_texture(st->base.resource); in svga_transfer_dma() local
203 struct pipe_resource *texture, in svga_resource_get_handle()
266 struct pipe_resource *texture = st->base.resource; in svga_texture_transfer_map_dma() local
336 struct pipe_resource *texture = transfer->resource; in svga_texture_transfer_map_direct() local
473 struct pipe_resource *texture, in svga_texture_transfer_map()
694 struct pipe_resource *texture = st->base.resource; in svga_texture_transfer_unmap_dma() local
1326 const struct pipe_resource *texture) in svga_texture_transfer_map_can_upload()
1402 struct pipe_resource *texture = st->base.resource; in svga_texture_transfer_map_upload() local
1503 struct pipe_resource *texture = st->base.resource; in svga_texture_transfer_unmap_upload() local
[all …]
/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
1705 GLuint texture; in iterate() local
1775glw::GLuint &texture, GLint level, GLint xOffset, GLint yOffset, in texPageCommitment()
1808 …ommitmentTestCase::prepareTexture(const Functions &gl, GLint target, GLint format, GLuint &texture) in prepareTexture()
1845 GLuint &texture, GLint levels) in sparseAllocateTexture()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageSizeTests.cpp90 inline VkImageCreateInfo makeImageCreateInfo(const Texture &texture, const VkFormat format, const b… in makeImageCreateInfo()
130 tcu::IVec3 getExpectedImageSizeResult(const Texture &texture, const bool is2DViewOf3D) in getExpectedImageSizeResult()
193 SizeTest::SizeTest(tcu::TestContext &testCtx, const std::string &name, const Texture &texture, cons… in SizeTest()
272 std::string getCaseName(const Texture &texture, const uint32_t flags, const bool is2DViewOf3D) in getCaseName()
311 SizeTestInstance::SizeTestInstance(Context &context, const Texture &texture, const VkFormat format, in SizeTestInstance()
410 ImageSizeTestInstance::ImageSizeTestInstance(Context &context, const Texture &texture, const VkForm… in ImageSizeTestInstance()
501 BufferSizeTestInstance::BufferSizeTestInstance(Context &context, const Texture &texture, const VkFo… in BufferSizeTestInstance()
603 const Texture texture = getTexture(imageType, baseImageSize); in createImageSizeTests() local

12345678910>>...24