| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | capture_gles_2_0_params.cpp | 125 CaptureDeleteTextures_texturesPacked(const State &glState, bool isCallValid, GLsizei n, const TextureID *textures, ParamCapture *paramCapture) CaptureDeleteTextures_texturesPacked() argument 181 CaptureGenTextures_texturesPacked(const State &glState, bool isCallValid, GLsizei n, TextureID *textures, ParamCapture *paramCapture) CaptureGenTextures_texturesPacked() argument
|
| H A D | frame_capture_utils.cpp | 599 const gl::TextureBindingVector &textures = boundTexturesMap[textureType]; in SerializeContextState() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | ClearTest.cpp | 762 GLTexture textures[kAttachmentCount]; in TEST_P() local 831 GLTexture textures[kAttachmentCount]; in TEST_P() local 902 GLTexture textures[kAttachmentCount]; in TEST_P() local 1008 GLTexture textures[kAttachmentCount]; TEST_P() local 1091 GLTexture textures[kAttachmentCount]; TEST_P() local 1217 GLTexture textures[kAttachmentCount]; TEST_P() local 1329 GLTexture textures[2]; TEST_P() local 1362 GLTexture textures[2]; TEST_P() local 1424 GLTexture textures[2]; TEST_P() local [all...] |
| H A D | WebGLCompatibilityTest.cpp | 1257 GLTexture textures[2]; in TEST_P() local 4457 GLTexture textures[2]; TEST_P() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
| H A D | mtl_command_buffer.h | 283 std::array<id<MTLTexture>, kMaxShaderSamplers> textures; member
|
| /third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
| H A D | VulkanImageWrappingTestsOpaqueFD.cpp | 917 std::vector<wgpu::Texture> textures; in TEST_P() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fFboColorbufferTests.cpp | 844 deUint32 textures[] = { 0, 0 }; in render() local 913 deUint32 textures[] = { 0, 0 }; in render() local [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fNegativeTextureApiTests.cpp | 995 GLuint textures[2]; in copytexsubimage2d_neg_level() local 1017 GLuint textures[2]; in copytexsubimage2d_max_level() local 1618 deUint32 textures[2]; texsubimage2d_neg_level() local 1644 deUint32 textures[2]; texsubimage2d_max_level() local 2505 deUint32 textures[2]; compressedtexsubimage2d_neg_level() local 2531 deUint32 textures[2]; compressedtexsubimage2d_max_level() local 2944 deUint32 textures[3]; texsubimage3d_neg_level() local 2975 deUint32 textures[2]; texsubimage3d_max_level() local 3001 deUint32 textures[3]; texsubimage3d_neg_offset() local 3164 deUint32 textures[3]; copytexsubimage3d_neg_level() local 3198 deUint32 textures[3]; copytexsubimage3d_max_level() local 3663 deUint32 textures[] = {0x1234, 0x1234}; texstorage2d() local 3711 deUint32 textures[] = {0x1234, 0x1234}; texstorage2d_invalid_binding() local 3760 deUint32 textures[] = {0x1234, 0x1234}; texstorage2d_invalid_levels() local 3805 deUint32 textures[] = {0x1234, 0x1234}; texstorage3d() local 3857 deUint32 textures[] = {0x1234, 0x1234}; texstorage3d_invalid_binding() local 3905 deUint32 textures[] = {0x1234, 0x1234}; texstorage3d_invalid_levels() local [all...] |
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsFboUtil.hpp | 315 TextureMap textures; member
|
| /third_party/vk-gl-cts/framework/opengl/simplereference/ |
| H A D | sglrContextWrapper.cpp | 74 void ContextWrapper::glGenTextures (int numTextures, deUint32* textures) in glGenTextures() argument 79 void ContextWrapper::glDeleteTextures (int numTextures, const deUint32* textures) in glDeleteTextures() argument
|
| H A D | sglrReferenceContext.cpp | 478 vector<Texture*> textures; in ~ReferenceContext() local 694 void ReferenceContext::genTextures (int numTextures, deUint32* textures) in genTextures() argument 700 void ReferenceContext::deleteTextures (int numTextures, const deUint32* textures) in deleteTextures() argument
|
| /third_party/vk-gl-cts/framework/platform/null/ |
| H A D | tcuNullRenderContext.cpp | 108 ObjectManager textures; member in tcu::null::Context 534 GLW_APICALL void GLW_APIENTRY glGenTextures (GLsizei n, GLuint* textures) in glGenTextures() argument
|
| /third_party/glfw/tests/ |
| H A D | triangle-vulkan.c | 189 struct texture_object textures[DEMO_TEXTURE_COUNT]; member [all...] |
| /third_party/mesa3d/src/panfrost/lib/genxml/ |
| H A D | decode.c | 761 pandecode_textures(mali_ptr textures, unsigned texture_count, int job_no) in pandecode_textures() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_jit.h | 159 struct lp_jit_texture textures[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member 445 struct lp_jit_texture textures[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_context.h | 224 struct pipe_sampler_view *textures[6][PIPE_MAX_SAMPLERS]; member
|
| /third_party/mesa3d/src/gallium/drivers/lima/ |
| H A D | lima_context.h | 157 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS]; member
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_context.h | 349 VkDescriptorImageInfo textures[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS]; member
|
| /third_party/mesa3d/src/panfrost/lib/ |
| H A D | pan_blitter.c | 939 struct panfrost_ptr textures = in pan_blitter_emit_textures() local 1081 mali_ptr textures = pan_preload_emit_textures(pool, fb, zs, &tex_count); in pan_preload_emit_dcd() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_context.h | 103 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS]; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/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/vulkan/shaderrender/ |
| H A D | vktShaderRender.hpp | 223 ShaderSampler textures[MAX_TEXTURES]; member in vkt::sr::ShaderEvalContext
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | StateManagerGL.cpp | 915 const gl::ActiveTexturesCache &textures = glState.getActiveTexturesCache(); in updateProgramTextureBindings() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cGlSpirvTests.cpp | 2502 GLuint textures[5]; in validComputeFunc() local [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A D | es31cShaderImageLoadStoreTests.cpp | 1809 GLuint textures[8]; in Write() local 2048 GLuint textures[8]; Write() local 2310 GLuint textures[8]; Read() local 2525 GLuint textures[8]; Read() local 2733 GLuint textures[8]; Atomic() local 2917 GLuint textures[kTargets]; Write() local 3168 GLuint textures[kTargets]; Atomic() local [all...] |