/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fNegativeTextureApiTests.cpp | 118 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 …]
|
H A D | es31fNegativeBufferApiTests.cpp | 288 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 …]
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | BPTCCompressedTextureTest.cpp | 78 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 …]
|
H A D | PbufferTest.cpp | 227 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 …]
|
H A D | WebGLCompatibilityTest.cpp | 132 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 …]
|
H A D | DXT1CompressedTextureTest.cpp | 70 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 …]
|
H A D | MultisampledRenderToTextureTest.cpp | 110 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 515 GLTexture texture; in TEST_P() local 555 GLTexture texture; in TEST_P() local 649 GLTexture texture; in colorAttachmentMultisampleDrawTestCommon() local 719 GLTexture texture; in TEST_P() local 793 GLTexture texture; in TEST_P() local 860 GLTexture texture; variable [all …]
|
H A D | VulkanPerformanceCounterTest.cpp | 161 void setupForColorOpsTest(GLFramebuffer *framebuffer, GLTexture *texture) in setupForColorOpsTest() 173 GLTexture *texture, in setupForColorDepthOpsTest() 198 GLTexture *texture, in setupForDepthStencilOpsTest() 228 GLTexture *texture, in setupClearAndDrawForDepthStencilOpsTest() 549 GLTexture texture; in TEST_P() local 636 GLTexture texture; in TEST_P() local 703 GLTexture texture; in TEST_P() local 891 GLTexture texture; in TEST_P() local 1528 GLTexture texture; in TEST_P() local 1637 GLTexture texture; in TEST_P() local [all …]
|
H A D | ComputeShaderTest.cpp | 23 void createMockOutputImage(GLuint texture, GLenum internalFormat, GLint width, GLint height) in createMockOutputImage() 40 GLTexture texture[2]; in runSharedMemoryTest() local 389 GLTexture texture; in TEST_P() local 443 GLTexture texture; in TEST_P() local 515 GLTexture texture; in TEST_P() local 728 GLTexture texture; in TEST_P() local 818 GLTexture texture; in TEST_P() local 1314 GLTexture texture[3]; in TEST_P() local 1383 GLTexture texture[2]; in TEST_P() local 1443 GLTexture texture[2]; in TEST_P() local [all …]
|
H A D | SRGBFramebufferTest.cpp | 92 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
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | texparam.c | 156 get_texobj_by_name(struct gl_context *ctx, GLuint texture, const char *name) in get_texobj_by_name() 1325 _mesa_TextureParameterfvEXT(GLuint texture, GLenum target, GLenum pname, const GLfloat *params) in _mesa_TextureParameterfvEXT() 1344 _mesa_TextureParameterfv(GLuint texture, GLenum pname, const GLfloat *params) in _mesa_TextureParameterfv() 1378 _mesa_TextureParameterfEXT(GLuint texture, GLenum target, GLenum pname, GLfloat param) in _mesa_TextureParameterfEXT() 1419 _mesa_TextureParameterf(GLuint texture, GLenum pname, GLfloat param) in _mesa_TextureParameterf() 1432 _mesa_TextureParameteriEXT(GLuint texture, GLenum target, GLenum pname, GLint param) in _mesa_TextureParameteriEXT() 1473 _mesa_TextureParameteri(GLuint texture, GLenum pname, GLint param) in _mesa_TextureParameteri() 1486 _mesa_TextureParameterivEXT(GLuint texture, GLenum target, GLenum pname, in _mesa_TextureParameterivEXT() 1528 _mesa_TextureParameteriv(GLuint texture, GLenum pname, in _mesa_TextureParameteriv() 1543 _mesa_TextureParameterIiv(GLuint texture, GLenum pname, const GLint *params) in _mesa_TextureParameterIiv() [all …]
|
H A D | teximage.c | 3045 lookup_texture_ext_dsa(struct gl_context *ctx, GLenum target, GLuint texture, in lookup_texture_ext_dsa() 3373 _mesa_TextureImage1DEXT(GLuint texture, GLenum target, GLint level, in _mesa_TextureImage1DEXT() 3418 _mesa_TextureImage2DEXT(GLuint texture, GLenum target, GLint level, in _mesa_TextureImage2DEXT() 3469 _mesa_TextureImage3DEXT(GLuint texture, GLenum target, GLint level, in _mesa_TextureImage3DEXT() 3750 _mesa_EGLImageTargetTextureStorageEXT(GLuint texture, GLeglImageOES image, in _mesa_EGLImageTargetTextureStorageEXT() 3900 GLuint texture, GLenum target, GLint level, in texturesubimage() 4015 GLuint texture, GLenum target, GLint level, in texturesubimage_error() 4029 GLuint texture, GLenum target, GLint level, in texturesubimage_no_error() 4130 _mesa_TextureSubImage1D_no_error(GLuint texture, GLint level, GLint xoffset, in _mesa_TextureSubImage1D_no_error() 4142 _mesa_TextureSubImage1DEXT(GLuint texture, GLenum target, GLint level, in _mesa_TextureSubImage1DEXT() [all …]
|
/aosp_15_r20/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
H A D | GLES20Canvas.java | 582 public void drawTexture(BasicTexture texture, int x, int y, int width, int height) { in drawTexture() 592 private static void copyTextureCoordinates(BasicTexture texture, RectF outRect) { in copyTextureCoordinates() 607 public void drawTexture(BasicTexture texture, RectF source, RectF target) { in drawTexture() 619 public void drawTexture(BasicTexture texture, float[] textureTransform, int x, int y, int w, in drawTexture() 628 private void drawTextureRect(BasicTexture texture, RectF source, RectF target) { in drawTextureRect() 643 private static void convertCoordinate(RectF source, RectF target, BasicTexture texture) { in convertCoordinate() 667 private void drawTextureRect(BasicTexture texture, float[] textureMatrix, RectF target) { in drawTextureRect() 686 private ShaderParameter[] prepareTexture(BasicTexture texture) { in prepareTexture() 700 private void prepareTexture(BasicTexture texture, int program, ShaderParameter[] params) { in prepareTexture() 716 public void drawMesh(BasicTexture texture, int x, int y, int xyBuffer, int uvBuffer, in drawMesh() [all …]
|
H A D | GLCanvas.java | 94 BasicTexture texture, int x, int y, int width, int height); in drawTexture() 100 public abstract void drawTexture(BasicTexture texture, RectF source, RectF target); in drawTexture() 103 public abstract void drawTexture(BasicTexture texture, float[] mTextureTransform, in drawTexture() 123 public abstract boolean unloadTexture(BasicTexture texture); in unloadTexture() 135 public abstract void beginRenderTarget(RawTexture texture); in beginRenderTarget() 147 public abstract void setTextureParameters(BasicTexture texture); in setTextureParameters() 156 public abstract void initializeTextureSize(BasicTexture texture, int format, int type); in initializeTextureSize() 164 public abstract void initializeTexture(BasicTexture texture, Bitmap bitmap); in initializeTexture() 177 public abstract void texSubImage2D(BasicTexture texture, int xOffset, int yOffset, in texSubImage2D()
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | GLES20Canvas.java | 582 public void drawTexture(BasicTexture texture, int x, int y, int width, int height) { in drawTexture() 592 private static void copyTextureCoordinates(BasicTexture texture, RectF outRect) { in copyTextureCoordinates() 607 public void drawTexture(BasicTexture texture, RectF source, RectF target) { in drawTexture() 619 public void drawTexture(BasicTexture texture, float[] textureTransform, int x, int y, int w, in drawTexture() 628 private void drawTextureRect(BasicTexture texture, RectF source, RectF target) { in drawTextureRect() 643 private static void convertCoordinate(RectF source, RectF target, BasicTexture texture) { in convertCoordinate() 667 private void drawTextureRect(BasicTexture texture, float[] textureMatrix, RectF target) { in drawTextureRect() 686 private ShaderParameter[] prepareTexture(BasicTexture texture) { in prepareTexture() 700 private void prepareTexture(BasicTexture texture, int program, ShaderParameter[] params) { in prepareTexture() 716 public void drawMesh(BasicTexture texture, int x, int y, int xyBuffer, int uvBuffer, in drawMesh() [all …]
|
D | GLCanvas.java | 96 BasicTexture texture, int x, int y, int width, int height); in drawTexture() 102 public abstract void drawTexture(BasicTexture texture, RectF source, RectF target); in drawTexture() 105 public abstract void drawTexture(BasicTexture texture, float[] mTextureTransform, in drawTexture() 125 public abstract boolean unloadTexture(BasicTexture texture); in unloadTexture() 137 public abstract void beginRenderTarget(RawTexture texture); in beginRenderTarget() 149 public abstract void setTextureParameters(BasicTexture texture); in setTextureParameters() 158 public abstract void initializeTextureSize(BasicTexture texture, int format, int type); in initializeTextureSize() 166 public abstract void initializeTexture(BasicTexture texture, Bitmap bitmap); in initializeTexture() 179 public abstract void texSubImage2D(BasicTexture texture, int xOffset, int yOffset, in texSubImage2D()
|
D | GLES11Canvas.java | 338 BasicTexture texture, int x, int y, int width, int height) { in drawBoundTexture() 371 BasicTexture texture, int x, int y, int width, int height) { in drawTexture() 375 private void drawTexture(BasicTexture texture, in drawTexture() 387 public void drawTexture(BasicTexture texture, RectF source, RectF target) { in drawTexture() 406 public void drawTexture(BasicTexture texture, float[] mTextureTransform, in drawTexture() 420 BasicTexture texture) { in convertCoordinate() 453 private boolean bindTexture(BasicTexture texture) { in bindTexture() 840 private void setRenderTarget(RawTexture texture) { in setRenderTarget() 872 RawTexture texture = mTargetStack.remove(mTargetStack.size() - 1); in endRenderTarget() local 878 public void beginRenderTarget(RawTexture texture) { in beginRenderTarget() [all …]
|
/aosp_15_r20/external/angle/scripts/ |
H A D | entry_point_packed_gl_enums.json | 73 "texture": "TextureID" string 86 "texture": "TextureID" string 89 "texture": "TextureID" string 146 "texture": "TextureID" string 149 "texture": "TextureID" string 193 "texture": "TextureID" string 196 "texture": "TextureID" string 199 "texture": "TextureID" string 202 "texture": "TextureID" string 205 "texture": "TextureID" string [all …]
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cSparseTextureTests.cpp | 367 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 1775 … glw::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 …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_resource_texture.c | 42 struct svga_texture *texture = svga_texture(st->base.resource); in svga_transfer_dma_band() local 82 struct svga_texture *texture = svga_texture(st->base.resource); in svga_transfer_dma() local 185 struct pipe_resource *texture, in svga_resource_get_handle() 248 struct pipe_resource *texture = st->base.resource; in svga_texture_transfer_map_dma() local 318 struct pipe_resource *texture = transfer->resource; in svga_texture_transfer_map_direct() local 455 struct pipe_resource *texture, in svga_texture_transfer_map() 676 struct pipe_resource *texture = st->base.resource; in svga_texture_transfer_unmap_dma() local 1308 const struct pipe_resource *texture) in svga_texture_transfer_map_can_upload() 1384 struct pipe_resource *texture = st->base.resource; in svga_texture_transfer_map_upload() local 1485 struct pipe_resource *texture = st->base.resource; in svga_texture_transfer_unmap_upload() local [all …]
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles2/ |
H A D | es2cTexture3DTests.cpp | 450 …DBase::callFramebufferTexture3D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, in callFramebufferTexture3D() 489 const glu::Texture3D *texture; member 715 …glu::Texture3D texture(m_context.getRenderContext(), m_internalFormat, m_width, m_height, m_depth); in iterate() local 828 …glu::Texture3D texture(m_context.getRenderContext(), m_format, m_type, m_width, m_height, m_depth); in iterate() local 1307 uint32_t texture = 0x1234; in iterate() local 1339 uint32_t texture; in iterate() local 1354 uint32_t texture; in iterate() local 1373 uint32_t texture; in iterate() local 1394 uint32_t texture = 0x1234; in iterate() local 1448 GLuint texture = 0x1234; in iterate() local [all …]
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | TextureStorage11.cpp | 317 const TextureHelper11 *texture = nullptr; in getCachedOrCreateSRVForSampler() local 465 const TextureHelper11 *texture = nullptr; in getCachedOrCreateSRVForImage() local 498 const TextureHelper11 *texture = nullptr; in getCachedOrCreateUAVForImage() local 1009 const TextureHelper11 &texture) in resolveTextureHelper() 1513 const TextureHelper11 *texture = nullptr; in getRenderTarget() local 1591 const TextureHelper11 &texture, in createSRVForSampler() 1635 const TextureHelper11 &texture, in createSRVForImage() 1653 const TextureHelper11 &texture, in createUAVForImage() 1896 const TextureHelper11 &texture, in createSRVForSampler() 1923 const TextureHelper11 &texture, in createSRVForImage() [all …]
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fTextureCompletenessTests.cpp | 160 GLuint texture; in iterate() local 219 GLuint texture; in iterate() local 278 void Incomplete2DSizeCase::createTexture(GLuint texture) in createTexture() 359 void Incomplete2DFormatCase::createTexture(GLuint texture) in createTexture() 416 void Incomplete2DMissingLevelCase::createTexture(GLuint texture) in createTexture() 478 void Incomplete2DWrapModeCase::createTexture(GLuint texture) in createTexture() 531 void Complete2DExtraLevelCase::createTexture(GLuint texture) in createTexture() 588 void Incomplete2DEmptyObjectCase::createTexture(GLuint texture) in createTexture() 647 void IncompleteCubeSizeCase::createTexture(GLuint texture) in createTexture() 729 void IncompleteCubeFormatCase::createTexture(GLuint texture) in createTexture() [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 85 inline VkBufferImageCopy makeBufferImageCopy(const Texture &texture) in makeBufferImageCopy() 90 tcu::ConstPixelBufferAccess getLayerOrSlice(const Texture &texture, const tcu::ConstPixelBufferAcce… in getLayerOrSlice() 118 vk::VkDeviceSize getMipmapLevelImageSizeBytes(const Texture &texture, const vk::VkFormat format, in getMipmapLevelImageSizeBytes() 126 vk::VkDeviceSize getMipmapImageTotalSizeBytes(const Texture &texture, const vk::VkFormat format) in getMipmapImageTotalSizeBytes() 140 bool comparePixelBuffers(tcu::TestLog &log, const Texture &texture, const VkFormat format, in comparePixelBuffers() 397 const VkImage image, const Texture &texture) in commandImageWriteBarrierBetweenShaderInvocations() 427 … const VkBuffer buffer, const VkDeviceSize bufferSizeBytes, const Texture &texture) in commandCopyImageToBuffer() 454 const VkDeviceSize bufferSizeBytes, const Texture &texture) in commandCopyMipmapImageToBuffer() 522 StoreTest::StoreTest(tcu::TestContext &testCtx, const std::string &name, const Texture &texture, co… in StoreTest() 775 BaseTestInstance::BaseTestInstance(Context &context, const Texture &texture, const VkFormat format, in BaseTestInstance() [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImageSamplingInstance.cpp | 137 MovePtr<TestTexture> texture; in createTestTexture() local 925 bool isLookupResultValid(const tcu::Texture1DView &texture, const tcu::Sampler &sampler, in isLookupResultValid() 932 bool isLookupResultValid(const tcu::Texture1DArrayView &texture, const tcu::Sampler &sampler, in isLookupResultValid() 939 bool isLookupResultValid(const tcu::Texture2DView &texture, const tcu::Sampler &sampler, in isLookupResultValid() 946 bool isLookupResultValid(const tcu::Texture2DArrayView &texture, const tcu::Sampler &sampler, in isLookupResultValid() 953 bool isLookupResultValid(const tcu::TextureCubeView &texture, const tcu::Sampler &sampler, in isLookupResultValid() 960 bool isLookupResultValid(const tcu::TextureCubeArrayView &texture, const tcu::Sampler &sampler, in isLookupResultValid() 968 bool isLookupResultValid(const tcu::Texture3DView &texture, const tcu::Sampler &sampler, in isLookupResultValid() 976 bool validateResultImage(const TextureViewType &texture, const tcu::Sampler &sampler, in validateResultImage() 1202 …ame TexViewTraits<TextureViewType>::TextureType> createSwizzledCopy(const TextureViewType &texture, in createSwizzledCopy() [all …]
|