Home
last modified time | relevance | path

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

12345678

/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DBPTCCompressedTextureTest.cpp74 void setupTextureParameters(GLuint texture) in setupTextureParameters()
106 GLTexture texture; in TEST_P() local
128 GLTexture texture; in TEST_P() local
150 GLTexture texture; in TEST_P() local
176 GLTexture texture; in TEST_P() local
199 GLTexture texture; in TEST_P() local
232 GLTexture texture; in TEST_P() local
245 GLTexture texture; in TEST_P() local
262 GLTexture texture; in TEST_P() local
277 GLTexture texture; in TEST_P() local
[all …]
DDXT1CompressedTextureTest.cpp70 GLuint texture; in TEST_P() local
121 GLuint texture; in TEST_P() local
181 GLTexture texture; in TEST_P() local
209 GLTexture texture; in TEST_P() local
231 GLuint texture; in TEST_P() local
309 GLuint texture; in TEST_P() local
374 GLTexture texture; in TEST_P() local
401 GLTexture texture; in TEST_P() local
DMultisampledRenderToTextureTest.cpp83 void verifyResults(GLuint texture, in verifyResults()
173 GLTexture texture; in TEST_P() local
222 GLTexture texture; in TEST_P() local
282 GLTexture texture; in TEST_P() local
308 GLTexture texture; variable
367 GLTexture texture; variable
437 GLTexture texture; in TEST_P() local
479 GLTexture texture; in TEST_P() local
519 GLTexture texture; in TEST_P() local
686 GLTexture texture; in TEST_P() local
DWebGLCompatibilityTest.cpp132 GLTexture texture; in TestFloatTextureFormat() local
236 GLTexture texture; in TestExtFloatBlend() local
460 GLTexture texture; in TEST_P() local
631 GLTexture texture; in TEST_P() local
723 GLTexture texture; in TEST_P() local
996 GLTexture texture; in TEST_P() local
1396 GLTexture texture; in TEST_P() local
1415 GLTexture texture; in TEST_P() local
2289 GLTexture texture; in TEST_P() local
2317 void FillTexture2D(GLuint texture, in FillTexture2D()
[all …]
DComputeShaderTest.cpp23 void createDummyOutputImage(GLuint texture, GLenum internalFormat, GLint width, GLint height) in createDummyOutputImage()
40 GLTexture texture[2]; in runSharedMemoryTest() local
389 GLTexture texture; in TEST_P() local
451 GLTexture texture; in TEST_P() local
640 GLTexture texture; in TEST_P() local
1017 GLTexture texture[3]; in TEST_P() local
1086 GLTexture texture[2]; in TEST_P() local
1145 GLTexture texture[2]; in TEST_P() local
1212 GLTexture texture[2]; in TEST_P() local
1279 GLTexture texture[2]; 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
DD3DTextureTest.cpp157 ID3D11Texture2D *texture = nullptr; in createD3D11PBuffer() local
218 IDirect3DTexture9 *texture = nullptr; in createPBuffer() local
267 void testTextureSamplesAs50PercentGreen(GLuint texture) in testTextureSamplesAs50PercentGreen()
393 GLuint texture = 0u; in TEST_P() local
494 GLuint texture = 0u; in TEST_P() local
594 GLuint texture = 0u; in TEST_P() local
701 ID3D11Texture2D *texture = nullptr; in TEST_P() local
853 GLuint texture = 0; in TEST_P() local
1223 GLuint texture; in TEST_P() local
1279 GLuint texture; in TEST_P() local
[all …]
DPbufferTest.cpp169 GLuint texture = 0; in TEST_P() local
207 GLTexture texture; in TEST_P() local
273 GLuint texture = 0; in TEST_P() local
DVulkanFramebufferTest.cpp45 const gl::Texture *texture = context->getTexture({handle}); in hackTexture() local
57 GLTexture texture; in TEST_P() local
DTextureExternalUpdateTest.cpp50 GLTexture texture; in TEST_P() local
64 GLTexture texture; in TEST_P() local
DCopyTexImageTest.cpp85 void verifyResults(GLuint texture, in verifyResults()
491 GLTexture texture; in TEST_P() local
671 void CopyTexImageTestES3::initialize3DTexture(GLTexture &texture, in initialize3DTexture()
687 void CopyTexImageTestES3::initialize2DTexture(GLTexture &texture, in initialize2DTexture()
699 void CopyTexImageTestES3::initialize2DTextureUShort4444(GLTexture &texture, in initialize2DTextureUShort4444()
711 void CopyTexImageTestES3::fillTexture(std::vector<GLColor> &texture, const GLColor color) in fillTexture()
719 void CopyTexImageTestES3::clearTexture(GLFramebuffer &fbo, GLTexture &texture, const GLColor color) in clearTexture()
DDrawBuffersTest.cpp199 void verifyAttachment2DUnwritten(unsigned int index, GLuint texture, GLenum target, GLint level) in verifyAttachment2DUnwritten()
204 void verifyAttachment2D(unsigned int index, GLuint texture, GLenum target, GLint level) in verifyAttachment2D()
209 void verifyAttachmentLayer(unsigned int index, GLuint texture, GLint level, GLint layer) in verifyAttachmentLayer()
567 GLTexture texture; variable
607 GLTexture texture; variable
DVulkanUniformUpdatesTest.cpp53 const gl::Texture *texture = context->getTexture({handle}); in hackTexture() local
88 void limitTextureStagingBufferSize(GLuint texture) in limitTextureStagingBufferSize()
142 void InitTexture(GLColor color, GLTexture *texture) in InitTexture()
169 GLTexture texture; in TEST_P() local
DRobustResourceInitTest.cpp454 void RobustResourceInitTest::checkNonZeroPixels(GLTexture *texture, in checkNonZeroPixels()
470 void RobustResourceInitTest::checkNonZeroPixels3D(GLTexture *texture, in checkNonZeroPixels3D()
685 GLTexture texture; in TEST_P() local
709 GLTexture texture; in TEST_P() local
741 GLTexture texture; in TEST_P() local
968 GLTexture texture; in TEST_P() local
988 GLTexture texture; in TEST_P() local
1032 GLTexture texture; in testIntegerTextureInit() local
1101 GLTexture texture; in TEST_P() local
1583 GLTexture texture; in copyTexSubImage2DCustomFBOTest() local
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DvalidationGL45.cpp14 bool ValidateBindTextureUnit(const Context *context, GLuint unit, TextureID texture) in ValidateBindTextureUnit()
108 TextureID texture, in ValidateCompressedTextureSubImage1D()
120 TextureID texture, in ValidateCompressedTextureSubImage2D()
134 TextureID texture, in ValidateCompressedTextureSubImage3D()
160 TextureID texture, in ValidateCopyTextureSubImage1D()
171 TextureID texture, in ValidateCopyTextureSubImage2D()
184 TextureID texture, in ValidateCopyTextureSubImage3D()
265 bool ValidateGenerateTextureMipmap(const Context *context, TextureID texture) in ValidateGenerateTextureMipmap()
271 TextureID texture, in ValidateGetCompressedTextureImage()
280 TextureID texture, in ValidateGetCompressedTextureSubImage()
[all …]
DvalidationGL33.cpp64 bool ValidateMultiTexCoordP1ui(const Context *context, GLenum texture, GLenum type, GLuint coords) in ValidateMultiTexCoordP1ui()
70 GLenum texture, in ValidateMultiTexCoordP1uiv()
77 bool ValidateMultiTexCoordP2ui(const Context *context, GLenum texture, GLenum type, GLuint coords) in ValidateMultiTexCoordP2ui()
83 GLenum texture, in ValidateMultiTexCoordP2uiv()
90 bool ValidateMultiTexCoordP3ui(const Context *context, GLenum texture, GLenum type, GLuint coords) in ValidateMultiTexCoordP3ui()
96 GLenum texture, in ValidateMultiTexCoordP3uiv()
103 bool ValidateMultiTexCoordP4ui(const Context *context, GLenum texture, GLenum type, GLuint coords) in ValidateMultiTexCoordP4ui()
109 GLenum texture, in ValidateMultiTexCoordP4uiv()
Dqueryutils.cpp133 void QueryTexLevelParameterBase(const Texture *texture, in QueryTexLevelParameterBase()
238 const Texture *texture, in QueryTexParameterBase()
370 void SetTexParameterBase(Context *context, Texture *texture, GLenum pname, const ParamType *params) in SetTexParameterBase()
1420 void QueryTexLevelParameterfv(const Texture *texture, in QueryTexLevelParameterfv()
1429 void QueryTexLevelParameteriv(const Texture *texture, in QueryTexLevelParameteriv()
1439 const Texture *texture, in QueryTexParameterfv()
1447 const Texture *texture, in QueryTexParameterxv()
1455 const Texture *texture, in QueryTexParameteriv()
1463 const Texture *texture, in QueryTexParameterIiv()
1471 const Texture *texture, in QueryTexParameterIuiv()
[all …]
DImage_unittest.cpp40 gl::Texture *texture = new gl::Texture(&mockGLFactory, {1}, gl::TextureType::_2D); in TEST() local
109 gl::Texture *texture = new gl::Texture(&mockGLFactory, {1}, gl::TextureType::_2D); in TEST() local
DvalidationGL43.cpp67 bool ValidateInvalidateTexImage(const Context *context, TextureID texture, GLint level) in ValidateInvalidateTexImage()
73 TextureID texture, in ValidateInvalidateTexSubImage()
113 TextureID texture, in ValidateTextureView()
/device/generic/vulkan-cereal/third-party/angle/samples/sample_util/
Dtexture_utils.cpp16 GLuint texture; in CreateSimpleTexture2D() local
43 GLuint texture; in CreateSimpleTextureCubemap() local
109 GLuint texture; in CreateMipMappedTexture2D() local
/device/generic/vulkan-cereal/third-party/angle/scripts/
Dentry_point_packed_gl_enums.json70 "texture": "TextureID" string
83 "texture": "TextureID" string
86 "texture": "TextureID" string
137 "texture": "TextureID" string
140 "texture": "TextureID" string
177 "texture": "TextureID" string
180 "texture": "TextureID" string
183 "texture": "TextureID" string
186 "texture": "TextureID" string
189 "texture": "TextureID" string
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_4_5_autogen.cpp30 void GL_APIENTRY BindTextureUnit(GLuint unit, GLuint texture) in BindTextureUnit()
319 void GL_APIENTRY CompressedTextureSubImage1D(GLuint texture, in CompressedTextureSubImage1D()
351 void GL_APIENTRY CompressedTextureSubImage2D(GLuint texture, in CompressedTextureSubImage2D()
387 void GL_APIENTRY CompressedTextureSubImage3D(GLuint texture, in CompressedTextureSubImage3D()
454 CopyTextureSubImage1D(GLuint texture, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) in CopyTextureSubImage1D()
478 void GL_APIENTRY CopyTextureSubImage2D(GLuint texture, in CopyTextureSubImage2D()
510 void GL_APIENTRY CopyTextureSubImage3D(GLuint texture, in CopyTextureSubImage3D()
789 void GL_APIENTRY GenerateTextureMipmap(GLuint texture) in GenerateTextureMipmap()
808 void GL_APIENTRY GetCompressedTextureImage(GLuint texture, in GetCompressedTextureImage()
835 void GL_APIENTRY GetCompressedTextureSubImage(GLuint texture, in GetCompressedTextureSubImage()
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DTextureStorage11.cpp295 const TextureHelper11 *texture = nullptr; in getCachedOrCreateSRVForSampler() local
415 const TextureHelper11 *texture = nullptr; in getCachedOrCreateSRVForImage() local
448 const TextureHelper11 *texture = nullptr; in getCachedOrCreateUAVForImage() local
872 const TextureHelper11 &texture) in resolveTextureHelper()
1354 const TextureHelper11 *texture = nullptr; in getRenderTarget() local
1432 const TextureHelper11 &texture, in createSRVForSampler()
1476 const TextureHelper11 &texture, in createSRVForImage()
1494 const TextureHelper11 &texture, in createUAVForImage()
1726 const TextureHelper11 &texture, in createSRVForSampler()
1753 const TextureHelper11 &texture, in createSRVForImage()
[all …]
/device/generic/vulkan-cereal/stream-servers/
DTextureResize.cpp301 GLuint TextureResize::update(GLuint texture) { in update()
339 GLuint TextureResize::update(GLuint texture, int width, int height, int rotation) { in update()
381 void TextureResize::resize(GLuint texture) { in resize()
534 GLuint TextureResize::GenericResizer::draw(GLuint texture, int width, int height, in draw()
DTextureDraw.h47 bool draw(GLuint texture, float rotationDegrees, float dx, float dy) { in draw()
52 bool drawWithOverlay(GLuint texture, float rotationDegrees, float dx, float dy) { in drawWithOverlay()

12345678