Home
last modified time | relevance | path

Searched defs:textures (Results 76 - 100 of 114) sorted by relevance

12345

/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.cpp930 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 DlibGLESv1_CM.cpp354 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 DGLSLTest.cpp816 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 DFramebufferTest.cpp1101 GLTexture textures[kDrawBufferCount]; in TEST_P() local
[all...]
H A DTextureTest.cpp302 GLuint textures[2]; in testFloatCopySubImage() local
[all...]
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/
H A Dunittests.cpp1882 GLuint textures[] = { 0, 0 }; in TEST_F() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderRenderCase.cpp177 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 DvktRayTracingDataSpillTests.cpp1662 std::vector<de::MovePtr<ImageWithMemory>> textures; in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRender.hpp223 ShaderSampler textures[MAX_TEXTURES]; member in vkt::sr::ShaderEvalContext
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrGLContext.cpp180 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 Des2fFboRenderTest.cpp2027 deUint32 textures[] = { 0, 0 }; in render() local
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_context.h194 struct pipe_sampler_view *textures[V3D_MAX_TEXTURE_SAMPLERS]; member
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.h167 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 DvktImageLoadStoreTests.cpp2985 static const Texture textures[] = in createImageLoadStoreLodAMDTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageLoadStoreTests.cpp2925 static const Texture textures[] = in createImageLoadStoreLodAMDTests() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationESEXT.cpp1245 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 DvalidationGL1.cpp1655 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 DvalidationGL4.cpp916 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 DvalidationES2.cpp5269 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 Diris_context.h561 struct iris_sampler_view *textures[IRIS_MAX_TEXTURE_SAMPLERS]; member
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_context.h415 struct crocus_sampler_view *textures[CROCUS_MAX_TEXTURE_SAMPLERS]; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderMiscTestsEXT.cpp4708 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 DvktMeshShaderMiscTestsEXT.cpp4705 std::vector<std::unique_ptr<ImageWithMemory>> textures; in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderImageLoadStoreTests.cpp2405 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 Dentry_points.cpp230 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

Completed in 100 milliseconds

12345