Home
last modified time | relevance | path

Searched defs:textures (Results 1 – 25 of 116) sorted by relevance

12345

/external/deqp/modules/gles31/functional/
Des31fNegativeTextureApiTests.cpp994 GLuint textures[2]; in copytexsubimage2d_neg_level() local
1016 GLuint textures[2]; in copytexsubimage2d_max_level() local
1617 deUint32 textures[2]; in texsubimage2d_neg_level() local
1643 deUint32 textures[2]; in texsubimage2d_max_level() local
2504 deUint32 textures[2]; in compressedtexsubimage2d_neg_level() local
2530 deUint32 textures[2]; in compressedtexsubimage2d_max_level() local
2943 deUint32 textures[3]; in texsubimage3d_neg_level() local
2974 deUint32 textures[2]; in texsubimage3d_max_level() local
3000 deUint32 textures[3]; in texsubimage3d_neg_offset() local
3163 deUint32 textures[3]; in copytexsubimage3d_neg_level() local
[all …]
/external/mesa3d/src/mesa/main/
Dtexobj.c1211 GLsizei n, GLuint *textures, const char *caller) in create_textures()
1245 GLsizei n, GLuint *textures, const char *caller) in create_textures_err()
1279 _mesa_GenTextures_no_error(GLsizei n, GLuint *textures) in _mesa_GenTextures_no_error()
1287 _mesa_GenTextures(GLsizei n, GLuint *textures) in _mesa_GenTextures()
1307 _mesa_CreateTextures_no_error(GLenum target, GLsizei n, GLuint *textures) in _mesa_CreateTextures_no_error()
1315 _mesa_CreateTextures(GLenum target, GLsizei n, GLuint *textures) in _mesa_CreateTextures()
1465 delete_textures(struct gl_context *ctx, GLsizei n, const GLuint *textures) in delete_textures()
1567 _mesa_DeleteTextures_no_error(GLsizei n, const GLuint *textures) in _mesa_DeleteTextures_no_error()
1575 _mesa_DeleteTextures(GLsizei n, const GLuint *textures) in _mesa_DeleteTextures()
1958 const GLuint *textures, bool no_error) in bind_textures()
[all …]
Dshaderimage.c685 const GLuint *textures, bool no_error) in bind_image_textures()
794 const GLuint *textures) in _mesa_BindImageTextures_no_error()
802 _mesa_BindImageTextures(GLuint first, GLsizei count, const GLuint *textures) in _mesa_BindImageTextures()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowGLES20Test.java23 int[] textures = new int[1]; in glGenTextures() local
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1513 glAreTexturesResidentEXT(GLsizei n, const GLuint *textures, in glAreTexturesResidentEXT()
1523 glDeleteTexturesEXT(GLsizei n, const GLuint *textures) in glDeleteTexturesEXT()
1530 glGenTexturesEXT(GLsizei n, GLuint *textures) in glGenTexturesEXT()
/external/angle/src/tests/gl_tests/
DCopyTextureTest.cpp837 GLTexture textures[2]; in TEST_P() local
968 GLTexture textures[2]; in TEST_P() local
1064 GLTexture textures[2]; in TEST_P() local
1132 GLTexture textures[2]; in TEST_P() local
1193 GLTexture textures[2]; in TEST_P() local
1262 GLTexture textures[2]; in TEST_P() local
1300 GLTexture textures[2]; in TEST_P() local
1331 GLTexture textures[2]; in TEST_P() local
1362 GLTexture textures[2]; in TEST_P() local
DClearTest.cpp721 GLTexture textures[kAttachmentCount]; in TEST_P() local
790 GLTexture textures[kAttachmentCount]; in TEST_P() local
861 GLTexture textures[kAttachmentCount]; in TEST_P() local
967 GLTexture textures[kAttachmentCount]; in TEST_P() local
1050 GLTexture textures[kAttachmentCount]; in TEST_P() local
1176 GLTexture textures[kAttachmentCount]; in TEST_P() local
1288 GLTexture textures[2]; in TEST_P() local
1321 GLTexture textures[2]; in TEST_P() local
1383 GLTexture textures[2]; in TEST_P() local
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dstats.h41 ObjectStats textures; member
/external/skia/include/gpu/
DGrYUVABackendTextures.h95 const std::array<GrBackendTexture, SkYUVAInfo::kMaxPlanes>& textures() const { in textures() function
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_st.c44 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member
176 struct pipe_resource **textures = in stw_st_framebuffer_validate() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowGLES20.java25 protected static void glGenTextures(int n, int[] textures, int offset) { in glGenTextures()
/external/skqp/src/gpu/
DGrGpuCommandBuffer.cpp64 const auto* textures = dynamicStateArrays->fPrimitiveProcessorTextures; in draw() local
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/rendering/
DBackgroundRenderer.java73 int[] textures = new int[1]; in createOnGlThread() local
/external/exoplayer/tree/demos/gl/src/main/java/com/google/android/exoplayer2/gldemo/
DBitmapOverlayVideoProcessor.java49 private final int[] textures; field in BitmapOverlayVideoProcessor
/external/angle/src/libANGLE/renderer/gl/cgl/
DWindowSurfaceCGL.h42 SwapTexture textures[3]; member
/external/skia/src/core/
DSkDraw_atlas.cpp49 void SkDraw::drawAtlas(const SkImage* atlas, const SkRSXform xform[], const SkRect textures[], in drawAtlas()
/external/angle/src/libANGLE/renderer/gl/eagl/
DWindowSurfaceEAGL.h50 SwapTexture textures[3]; member
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.c46 struct r300_textures_state *textures = in r300_release_referenced_objects() local
/external/mesa3d/src/glx/
Dsingle2.c881 __indirect_glAreTexturesResident(GLsizei n, const GLuint * textures, in __indirect_glAreTexturesResident()
912 glAreTexturesResidentEXT(GLsizei n, const GLuint * textures, in glAreTexturesResidentEXT()
/external/mesa3d/src/gallium/frontends/dri/
Ddri_drawable.h58 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member
/external/mesa3d/src/gallium/frontends/hgl/
Dhgl_context.h47 struct pipe_resource* textures[ST_ATTACHMENT_COUNT]; member
/external/skia/src/gpu/
DGrSPIRVUniformHandler.cpp297 auto textures = fTextures.items().begin(); in appendUniformDecls() local
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_context.h81 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS]; member
94 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS]; member
/external/skqp/gm/
Dimagefromyuvtextures.cpp134 void deleteBackendTextures(GrContext* context, GrBackendTexture textures[], int n) { in deleteBackendTextures()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_blit.c388 struct si_samplers *textures) in si_decompress_sampler_depth_textures()
518 struct si_samplers *textures) in si_decompress_sampler_color_textures()
589 static void si_check_render_feedback_textures(struct si_context *sctx, struct si_samplers *textures) in si_check_render_feedback_textures()

12345