| /external/deqp/modules/gles31/functional/ |
| D | es31fNegativeTextureApiTests.cpp | 982 GLuint textures[2]; in copytexsubimage2d_neg_level() local 1004 GLuint textures[2]; in copytexsubimage2d_max_level() local 1596 deUint32 textures[2]; in texsubimage2d_neg_level() local 1622 deUint32 textures[2]; in texsubimage2d_max_level() local 2483 deUint32 textures[2]; in compressedtexsubimage2d_neg_level() local 2509 deUint32 textures[2]; in compressedtexsubimage2d_max_level() local 2914 deUint32 textures[3]; in texsubimage3d_neg_level() local 2945 deUint32 textures[2]; in texsubimage3d_max_level() local 2971 deUint32 textures[3]; in texsubimage3d_neg_offset() local 3134 deUint32 textures[3]; in copytexsubimage3d_neg_level() local [all …]
|
| /external/mesa3d/src/mesa/main/ |
| D | texobj.c | 1201 GLsizei n, GLuint *textures, const char *caller) in create_textures() 1239 GLsizei n, GLuint *textures, const char *caller) in create_textures_err() 1273 _mesa_GenTextures_no_error(GLsizei n, GLuint *textures) in _mesa_GenTextures_no_error() 1281 _mesa_GenTextures(GLsizei n, GLuint *textures) in _mesa_GenTextures() 1301 _mesa_CreateTextures_no_error(GLenum target, GLsizei n, GLuint *textures) in _mesa_CreateTextures_no_error() 1309 _mesa_CreateTextures(GLenum target, GLsizei n, GLuint *textures) in _mesa_CreateTextures() 1459 delete_textures(struct gl_context *ctx, GLsizei n, const GLuint *textures) in delete_textures() 1557 _mesa_DeleteTextures_no_error(GLsizei n, const GLuint *textures) in _mesa_DeleteTextures_no_error() 1565 _mesa_DeleteTextures(GLsizei n, const GLuint *textures) in _mesa_DeleteTextures() 1895 const GLuint *textures, bool no_error) in bind_textures() [all …]
|
| D | shaderimage.c | 664 const GLuint *textures, bool no_error) in bind_image_textures() 773 const GLuint *textures) in _mesa_BindImageTextures_no_error() 781 _mesa_BindImageTextures(GLuint first, GLsizei count, const GLuint *textures) in _mesa_BindImageTextures()
|
| D | vdpau.c | 48 struct gl_texture_object *textures[MAX_TEXTURES]; member
|
| /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 | 1514 glAreTexturesResidentEXT(GLsizei n, const GLuint *textures, in glAreTexturesResidentEXT() 1524 glDeleteTexturesEXT(GLsizei n, const GLuint *textures) in glDeleteTexturesEXT() 1531 glGenTexturesEXT(GLsizei n, GLuint *textures) in glGenTexturesEXT()
|
| /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
|
| D | GrOpFlushState.cpp | 186 const auto* textures = fDynamicStateArrays->fPrimitiveProcessorTextures; in ~Draw() local
|
| /external/skia/src/gpu/ |
| D | GrGpuCommandBuffer.cpp | 65 const auto* textures = dynamicStateArrays->fPrimitiveProcessorTextures; in draw() local
|
| D | GrOpFlushState.cpp | 198 const auto* textures = fDynamicStateArrays->fPrimitiveProcessorTextures; in ~Draw() local
|
| /external/skia/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/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/mesa3d/src/gallium/drivers/r300/ |
| D | r300_context.c | 46 struct r300_textures_state *textures = in r300_release_referenced_objects() local
|
| /external/mesa3d/src/gallium/state_trackers/hgl/ |
| D | hgl_context.h | 43 struct pipe_resource* textures[ST_ATTACHMENT_COUNT]; member
|
| /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/state_trackers/dri/ |
| D | dri_drawable.h | 59 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member
|
| /external/skqp/gm/ |
| D | imagefromyuvtextures.cpp | 134 void deleteBackendTextures(GrContext* context, GrBackendTexture textures[], int n) { in deleteBackendTextures()
|
| /external/skia/gm/ |
| D | imagefromyuvtextures.cpp | 137 void deleteBackendTextures(GrContext* context, GrBackendTexture textures[], int n) { in deleteBackendTextures()
|
| /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/mesa3d/src/gallium/state_trackers/wgl/ |
| D | stw_st.c | 44 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member
|
| /external/mesa3d/src/gallium/drivers/radeonsi/ |
| D | si_blit.c | 417 struct si_samplers *textures) in si_decompress_sampler_depth_textures() 544 struct si_samplers *textures) in si_decompress_sampler_color_textures() 623 struct si_samplers *textures) in si_check_render_feedback_textures()
|
| /external/deqp/framework/platform/null/ |
| D | tcuNullRenderContext.cpp | 108 ObjectManager textures; member in tcu::null::Context 529 GLW_APICALL void GLW_APIENTRY glGenTextures (GLsizei n, GLuint* textures) in glGenTextures()
|
| /external/deqp/modules/glshared/ |
| D | glsShaderRenderCase.hpp | 159 ShaderSampler textures[MAX_TEXTURES]; member in deqp::gls::ShaderEvalContext
|
| /external/deqp/external/openglcts/modules/common/ |
| D | glcShaderRenderCase.hpp | 192 ShaderSampler textures[MAX_TEXTURES]; member in deqp::ShaderEvalContext
|