| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
| H A D | vktSampleVerifier.cpp | 37 namespace texture namespace
|
| H A D | vktSampleVerifier.hpp | 41 namespace texture namespace
|
| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluTexture.cpp | 233 Texture2D* texture = new Texture2D(context, isRGBA ? GL_RGBA : GL_RGB, GL_UNSIGNED_BYTE, level.getWidth(), level.getHeight()); in create() local [all...] |
| /third_party/vk-gl-cts/modules/gles2/performance/ |
| H A D | es2pTextureCases.cpp | 167 glu::Texture2D* texture = new glu::Texture2D(m_renderCtx, m_format, m_dataType, width, height); in init() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | amfenc.c | 623 ID3D11Texture2D *texture = (ID3D11Texture2D*)frame->data[0]; // actual texture in ff_amf_receive_packet() local 641 IDirect3DSurface9 *texture = (IDirect3DSurface9 *)frame->data[3]; // actual texture in ff_amf_receive_packet() local
|
| /third_party/ffmpeg/libavutil/ |
| H A D | hwcontext_d3d11va.c | 401 ID3D11Resource *texture = (ID3D11Resource *)(ID3D11Texture2D *)frame->data[0]; d3d11va_transfer_data() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/dri/ |
| H A D | dri_helpers.c | 367 dri2_create_from_texture(__DRIcontext *context, int target, unsigned texture, in dri2_create_from_texture() argument
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | debug.c | 388 _mesa_dump_texture(GLuint texture, GLuint writeImages) in _mesa_dump_texture() argument
|
| H A D | texturebindless.c | 576 _mesa_GetTextureHandleARB_no_error(GLuint texture) _mesa_GetTextureHandleARB_no_error() argument 591 _mesa_GetTextureHandleARB(GLuint texture) _mesa_GetTextureHandleARB() argument 644 _mesa_GetTextureSamplerHandleARB_no_error(GLuint texture, GLuint sampler) _mesa_GetTextureSamplerHandleARB_no_error() argument 662 _mesa_GetTextureSamplerHandleARB(GLuint texture, GLuint sampler) _mesa_GetTextureSamplerHandleARB() argument 821 _mesa_GetImageHandleARB_no_error(GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum format) _mesa_GetImageHandleARB_no_error() argument 837 _mesa_GetImageHandleARB(GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum format) _mesa_GetImageHandleARB() argument [all...] |
| H A D | texstorage.c | 632 texturestorage_error(GLuint dims, GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, const char *caller) texturestorage_error() argument 673 texturestorage_no_error(GLuint dims, GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) texturestorage_no_error() argument 739 _mesa_TextureStorage1D_no_error(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width) _mesa_TextureStorage1D_no_error() argument 747 _mesa_TextureStorage1D(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width) _mesa_TextureStorage1D() argument 756 _mesa_TextureStorage2D_no_error(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) _mesa_TextureStorage2D_no_error() argument 765 _mesa_TextureStorage2D(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) _mesa_TextureStorage2D() argument 775 _mesa_TextureStorage3D_no_error(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TextureStorage3D_no_error() argument 785 _mesa_TextureStorage3D(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TextureStorage3D() argument 794 _mesa_TextureStorage1DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) _mesa_TextureStorage1DEXT() argument 811 _mesa_TextureStorage2DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) _mesa_TextureStorage2DEXT() argument 828 _mesa_TextureStorage3DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TextureStorage3DEXT() argument [all...] |
| H A D | glthread_marshal.h | 607 _mesa_glthread_ActiveTexture(struct gl_context *ctx, GLenum texture) in _mesa_glthread_ActiveTexture() argument
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_texture.c | 118 st_gl_texture_dims_to_pipe_dims(GLenum texture, in st_gl_texture_dims_to_pipe_dims() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_screen.c | 833 struct llvmpipe_resource *texture = llvmpipe_resource(resource); in llvmpipe_flush_frontbuffer() local
|
| H A D | lp_surface.c | 290 lp_clear_color_texture_msaa(struct pipe_context *pipe, struct pipe_resource *texture, enum pipe_format format, const union pipe_color_union *color, unsigned sample, const struct pipe_box *box) lp_clear_color_texture_msaa() argument 346 lp_clear_depth_stencil_texture_msaa(struct pipe_context *pipe, struct pipe_resource *texture, enum pipe_format format, unsigned clear_flags, uint64_t zstencil, unsigned sample, const struct pipe_box *box) lp_clear_depth_stencil_texture_msaa() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_fpc_translate.c | 401 uint32_t texture = inst->Texture.Texture; in emit_tex() local
|
| H A D | i915_resource_texture.c | 769 i915_resource_get_handle(struct pipe_screen *screen, struct pipe_context *context, struct pipe_resource *texture, struct winsys_handle *whandle, unsigned usage) i915_resource_get_handle() argument
|
| /third_party/mesa3d/src/gallium/frontends/wgl/ |
| H A D | stw_st.c | 340 struct pipe_resource *texture = NULL; in stw_st_framebuffer_validate() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_texture.c | 1022 r300_resource_get_handle(struct pipe_screen* screen, struct pipe_context *ctx, struct pipe_resource *texture, struct winsys_handle *whandle, unsigned usage) r300_resource_get_handle() argument 1193 r300_create_surface_custom(struct pipe_context * ctx, struct pipe_resource* texture, const struct pipe_surface *surf_tmpl, unsigned width0_override, unsigned height0_override) r300_create_surface_custom() argument 1268 r300_create_surface(struct pipe_context * ctx, struct pipe_resource* texture, const struct pipe_surface *surf_tmpl) r300_create_surface() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| H A D | vktTextureSwizzleTests.cpp | 35 namespace texture namespace 151 const pipeline::TestTexture2D& texture = m_renderer.get2DTexture(0); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
| H A D | vktImageMultisampleLoadStoreTests.cpp | 68 Texture texture; member [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | Framebuffer11.cpp | 39 gl::Texture *texture = attachment->getTexture(); in MarkAttachmentsDirty() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | SymbolEnv.cpp | 392 auto *texture = in getTextureEnv() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| H A D | TextureStorage9.cpp | 173 IDirect3DTexture9 *texture = static_cast<IDirect3DTexture9 *>(baseTexture); in getSurfaceLevel() local 449 IDirect3DCubeTexture9 *texture in getSurfaceLevel() local [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cSparseTextureClampTests.cpp | 283 verifyLookupTextureData(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level, FunctionToken& funcToken) verifyLookupTextureData() argument 624 GLuint texture; iterate() local 707 writeDataToTexture(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level) writeDataToTexture() argument 801 verifyLookupTextureData(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level, FunctionToken& funcToken) verifyLookupTextureData() argument 985 prepareTexture(const Functions& gl, GLint target, GLint format, GLuint& texture) prepareTexture() argument 1022 commitTexturePage(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level) commitTexturePage() argument [all...] |
| H A D | gl4cTextureFilterMinmaxTests.cpp | 571 de::MovePtr<glu::Texture2D> texture = de::MovePtr<glu::Texture2D>(new glu::Texture2D( in testReductionModeQueriesDefaultValues() local 610 de::MovePtr<glu::Texture2D> texture = de::MovePtr<glu::Texture2D>(new glu::Texture2D( in testReductionModeQueries() local [all...] |