| /external/deqp/modules/gles31/functional/ |
| D | es31fNegativeTextureApiTests.cpp | 994 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/ |
| D | texobj.c | 1211 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 …]
|
| D | shaderimage.c | 685 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/ |
| D | ShadowGLES20Test.java | 23 int[] textures = new int[1]; in glGenTextures() local
|
| /external/mesa3d/src/mapi/glapi/tests/ |
| D | check_table.cpp | 1513 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/ |
| D | CopyTextureTest.cpp | 837 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
|
| D | ClearTest.cpp | 721 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/ |
| D | stats.h | 41 ObjectStats textures; member
|
| /external/skia/include/gpu/ |
| D | GrYUVABackendTextures.h | 95 const std::array<GrBackendTexture, SkYUVAInfo::kMaxPlanes>& textures() const { in textures() function
|
| /external/mesa3d/src/gallium/frontends/wgl/ |
| D | stw_st.c | 44 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/ |
| D | ShadowGLES20.java | 25 protected static void glGenTextures(int n, int[] textures, int offset) { in glGenTextures()
|
| /external/skqp/src/gpu/ |
| D | GrGpuCommandBuffer.cpp | 64 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/ |
| D | BackgroundRenderer.java | 73 int[] textures = new int[1]; in createOnGlThread() local
|
| /external/exoplayer/tree/demos/gl/src/main/java/com/google/android/exoplayer2/gldemo/ |
| D | BitmapOverlayVideoProcessor.java | 49 private final int[] textures; field in BitmapOverlayVideoProcessor
|
| /external/angle/src/libANGLE/renderer/gl/cgl/ |
| D | WindowSurfaceCGL.h | 42 SwapTexture textures[3]; member
|
| /external/skia/src/core/ |
| D | SkDraw_atlas.cpp | 49 void SkDraw::drawAtlas(const SkImage* atlas, const SkRSXform xform[], const SkRect textures[], in drawAtlas()
|
| /external/angle/src/libANGLE/renderer/gl/eagl/ |
| D | WindowSurfaceEAGL.h | 50 SwapTexture textures[3]; member
|
| /external/mesa3d/src/gallium/drivers/r300/ |
| D | r300_context.c | 46 struct r300_textures_state *textures = in r300_release_referenced_objects() local
|
| /external/mesa3d/src/glx/ |
| D | single2.c | 881 __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/ |
| D | dri_drawable.h | 58 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member
|
| /external/mesa3d/src/gallium/frontends/hgl/ |
| D | hgl_context.h | 47 struct pipe_resource* textures[ST_ATTACHMENT_COUNT]; member
|
| /external/skia/src/gpu/ |
| D | GrSPIRVUniformHandler.cpp | 297 auto textures = fTextures.items().begin(); in appendUniformDecls() local
|
| /external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| D | nv30_context.h | 81 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS]; member 94 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS]; member
|
| /external/skqp/gm/ |
| D | imagefromyuvtextures.cpp | 134 void deleteBackendTextures(GrContext* context, GrBackendTexture textures[], int n) { in deleteBackendTextures()
|
| /external/mesa3d/src/gallium/drivers/radeonsi/ |
| D | si_blit.c | 388 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()
|