Home
last modified time | relevance | path

Searched defs:texture (Results 251 - 275 of 616) sorted by relevance

1...<<11121314151617181920>>...25

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktSampleVerifier.cpp37 namespace texture namespace
H A DvktSampleVerifier.hpp41 namespace texture namespace
/third_party/vk-gl-cts/framework/opengl/
H A DgluTexture.cpp233 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 Des2pTextureCases.cpp167 glu::Texture2D* texture = new glu::Texture2D(m_renderCtx, m_format, m_dataType, width, height); in init() local
/third_party/ffmpeg/libavcodec/
H A Damfenc.c623 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 Dhwcontext_d3d11va.c401 ID3D11Resource *texture = (ID3D11Resource *)(ID3D11Texture2D *)frame->data[0]; d3d11va_transfer_data() local
[all...]
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_helpers.c367 dri2_create_from_texture(__DRIcontext *context, int target, unsigned texture, in dri2_create_from_texture() argument
/third_party/mesa3d/src/mesa/main/
H A Ddebug.c388 _mesa_dump_texture(GLuint texture, GLuint writeImages) in _mesa_dump_texture() argument
H A Dtexturebindless.c576 _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 Dtexstorage.c632 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 Dglthread_marshal.h607 _mesa_glthread_ActiveTexture(struct gl_context *ctx, GLenum texture) in _mesa_glthread_ActiveTexture() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_texture.c118 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 Dlp_screen.c833 struct llvmpipe_resource *texture = llvmpipe_resource(resource); in llvmpipe_flush_frontbuffer() local
H A Dlp_surface.c290 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 Di915_fpc_translate.c401 uint32_t texture = inst->Texture.Texture; in emit_tex() local
H A Di915_resource_texture.c769 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 Dstw_st.c340 struct pipe_resource *texture = NULL; in stw_st_framebuffer_validate() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture.c1022 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 DvktTextureSwizzleTests.cpp35 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 DvktImageMultisampleLoadStoreTests.cpp68 Texture texture; member
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DFramebuffer11.cpp39 gl::Texture *texture = attachment->getTexture(); in MarkAttachmentsDirty() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DSymbolEnv.cpp392 auto *texture = in getTextureEnv() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp173 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 Dgl4cSparseTextureClampTests.cpp283 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 Dgl4cTextureFilterMinmaxTests.cpp571 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...]

Completed in 25 milliseconds

1...<<11121314151617181920>>...25