/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_2_0_autogen.cpp | 930 void GL_APIENTRY GL_DeleteTextures(GLsizei n, const GLuint *textures) in GL_DeleteTextures() argument 1405 void GL_APIENTRY GL_GenTextures(GLsizei n, GLuint *textures) in GL_GenTextures() argument
|
/third_party/skia/third_party/externals/angle2/src/libGLESv1_CM/ |
H A D | libGLESv1_CM.cpp | 354 void GL_APIENTRY glDeleteTextures(GLsizei n, const GLuint *textures) in glDeleteTextures() argument 454 void GL_APIENTRY glGenTextures(GLsizei n, GLuint *textures) in glGenTextures() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | GLSLTest.cpp | 816 GLuint textures[4]; in TEST_P() local 903 GLTexture textures[kDrawBufferCount]; TEST_P() local 2994 GLTexture textures[4]; TEST_P() local 4620 GLTexture textures[2][2]; TEST_P() local [all...] |
H A D | FramebufferTest.cpp | 1101 GLTexture textures[kDrawBufferCount]; in TEST_P() local [all...] |
H A D | TextureTest.cpp | 302 GLuint textures[2]; in testFloatCopySubImage() local [all...] |
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/ |
H A D | unittests.cpp | 1882 GLuint textures[] = { 0, 0 }; in TEST_F() local [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderRenderCase.cpp | 177 QuadGrid::QuadGrid (int gridSize, int width, int height, const Vec4& constCoords, const vector<Mat4>& userAttribTransforms, const vector<TextureBinding>& textures) in QuadGrid() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingDataSpillTests.cpp | 1662 std::vector<de::MovePtr<ImageWithMemory>> textures; in iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRender.hpp | 223 ShaderSampler textures[MAX_TEXTURES]; member in vkt::sr::ShaderEvalContext
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrGLContext.cpp | 180 void GLContext::genTextures (int numTextures, deUint32* textures) in genTextures() argument 187 void GLContext::deleteTextures (int numTextures, const deUint32* textures) in deleteTextures() argument
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fFboRenderTest.cpp | 2027 deUint32 textures[] = { 0, 0 }; in render() local
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_context.h | 194 struct pipe_sampler_view *textures[V3D_MAX_TEXTURE_SAMPLERS]; member
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_llvm.h | 167 struct draw_jit_texture textures[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member 271 struct draw_jit_texture textures[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member 352 struct draw_jit_texture textures[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member 406 struct draw_jit_texture textures[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 2985 static const Texture textures[] = in createImageLoadStoreLodAMDTests() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 2925 static const Texture textures[] = in createImageLoadStoreLodAMDTests() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationESEXT.cpp | 1245 ValidateSignalSemaphoreEXT(const Context *context, angle::EntryPoint entryPoint, SemaphoreID semaphore, GLuint numBufferBarriers, const BufferID *buffers, GLuint numTextureBarriers, const TextureID *textures, const GLenum *dstLayouts) ValidateSignalSemaphoreEXT() argument 1286 ValidateWaitSemaphoreEXT(const Context *context, angle::EntryPoint entryPoint, SemaphoreID semaphore, GLuint numBufferBarriers, const BufferID *buffers, GLuint numTextureBarriers, const TextureID *textures, const GLenum *srcLayouts) ValidateWaitSemaphoreEXT() argument 2564 ValidateAcquireTexturesANGLE(const Context *context, angle::EntryPoint entryPoint, GLuint numTextures, const TextureID *textures, const GLenum *layouts) ValidateAcquireTexturesANGLE() argument 2593 ValidateReleaseTexturesANGLE(const Context *context, angle::EntryPoint entryPoint, GLuint numTextures, const TextureID *textures, const GLenum *layouts) ValidateReleaseTexturesANGLE() argument
|
H A D | validationGL1.cpp | 1655 ValidateAreTexturesResident(const Context *context, angle::EntryPoint entryPoint, GLsizei n, const GLuint *textures, const GLboolean *residences) ValidateAreTexturesResident() argument 1735 ValidatePrioritizeTextures(const Context *context, angle::EntryPoint entryPoint, GLsizei n, const GLuint *textures, const GLfloat *priorities) ValidatePrioritizeTextures() argument
|
H A D | validationGL4.cpp | 916 ValidateBindImageTextures(const Context *context, angle::EntryPoint entryPoint, GLuint first, GLsizei count, const GLuint *textures) ValidateBindImageTextures() argument 934 ValidateBindTextures(const Context *context, angle::EntryPoint entryPoint, GLuint first, GLsizei count, const GLuint *textures) ValidateBindTextures() argument 1245 ValidateCreateTextures(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLsizei n, const GLuint *textures) ValidateCreateTextures() argument
|
H A D | validationES2.cpp | 5269 ValidateDeleteTextures(const Context *context, angle::EntryPoint entryPoint, GLint n, const TextureID *textures) ValidateDeleteTextures() argument 5557 ValidateGenTextures(const Context *context, angle::EntryPoint entryPoint, GLint n, const TextureID *textures) ValidateGenTextures() argument
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_context.h | 561 struct iris_sampler_view *textures[IRIS_MAX_TEXTURE_SAMPLERS]; member
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_context.h | 415 struct crocus_sampler_view *textures[CROCUS_MAX_TEXTURE_SAMPLERS]; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTestsEXT.cpp | 4708 std::vector<std::unique_ptr<ImageWithMemory>> textures; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTestsEXT.cpp | 4705 std::vector<std::unique_ptr<ImageWithMemory>> textures; in iterate() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderImageLoadStoreTests.cpp | 2405 GLuint textures[8]; in Write() local 2651 GLuint textures[2]; WriteMS() local 2717 GLuint textures[1]; WriteCubeArray() local 2941 GLuint textures[7]; Read() local 3068 GLuint textures[2]; ReadCube() local 3310 GLuint textures[2]; ReadMS() local 3476 GLuint textures[7]; Atomic() local 3571 GLuint textures[2]; AtomicCube() local 3634 GLuint textures[2]; AtomicMS() local 3951 GLuint textures[kTargets], texture_result; Write() local 4437 GLuint textures[kTargets]; Atomic() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | entry_points.cpp | 230 GL_APICALL void GL_APIENTRY glDeleteTextures(GLsizei n, const GLuint* textures) in glDeleteTextures() argument 405 GL_APICALL void GL_APIENTRY glGenTextures(GLsizei n, GLuint* textures) in glGenTextures() argument
|