Home
last modified time | relevance | path

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

1234567

/external/chromium_org/cc/resources/
Dprioritized_resource_unittest.cc131 scoped_ptr<PrioritizedResource> textures[kMaxTextures * 2]; in TEST_F() local
175 scoped_ptr<PrioritizedResource> textures[kMaxTextures]; in TEST_F() local
242 scoped_ptr<PrioritizedResource> textures[kMaxTextures]; in TEST_F() local
312 scoped_ptr<PrioritizedResource> textures[kMaxTextures]; in TEST_F() local
392 scoped_ptr<PrioritizedResource> textures[kMaxTextures]; in TEST_F() local
465 scoped_ptr<PrioritizedResource> textures[kMaxTextures]; in TEST_F() local
609 scoped_ptr<PrioritizedResource> textures[kNumTextures]; in TEST_F() local
671 scoped_ptr<PrioritizedResource> textures[kMaxTextures]; in TEST_F() local
794 scoped_ptr<PrioritizedResource> textures[kMaxTextures]; in TEST_F() local
851 scoped_ptr<PrioritizedResource> textures[kMaxTextures]; in TEST_F() local
[all …]
/external/chromium_org/third_party/angle/tests/angle_tests/
DClearTest.cpp113 GLuint textures[2]; in TEST_F() local
149 GLuint textures[2]; in TEST_F() local
/external/deqp/modules/gles31/functional/
Des31fNegativeTextureApiTests.cpp792 GLuint textures[2]; in copytexsubimage2d_neg_level() local
814 GLuint textures[2]; in copytexsubimage2d_max_level() local
1401 deUint32 textures[2]; in texsubimage2d_neg_level() local
1427 deUint32 textures[2]; in texsubimage2d_max_level() local
1823 deUint32 textures[2]; in compressedtexsubimage2d_neg_level() local
1849 deUint32 textures[2]; in compressedtexsubimage2d_max_level() local
2212 deUint32 textures[2]; in texsubimage3d_neg_level() local
2232 deUint32 textures[2]; in texsubimage3d_max_level() local
2258 deUint32 textures[2]; in texsubimage3d_neg_offset() local
2391 deUint32 textures[2]; in copytexsubimage3d_neg_level() local
[all …]
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1519 glAreTexturesResidentEXT(GLsizei n, const GLuint *textures, in glAreTexturesResidentEXT()
1529 glDeleteTexturesEXT(GLsizei n, const GLuint *textures) in glDeleteTexturesEXT()
1536 glGenTexturesEXT(GLsizei n, GLuint *textures) in glGenTexturesEXT()
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
Dcheck_table.cpp1519 glAreTexturesResidentEXT(GLsizei n, const GLuint *textures, in glAreTexturesResidentEXT()
1529 glDeleteTexturesEXT(GLsizei n, const GLuint *textures) in glDeleteTexturesEXT()
1536 glGenTexturesEXT(GLsizei n, GLuint *textures) in glGenTexturesEXT()
/external/skia/src/gpu/effects/
DGrSimpleTextureEffect.cpp57 GrTexture* textures[]) { in TestCreate()
DGrCustomCoordsTextureEffect.cpp90 GrTexture* textures[]) { in TestCreate()
DGrDistanceFieldTextureEffect.cpp215 GrTexture* textures[]) { in TestCreate()
474 GrTexture* textures[]) { in TestCreate()
/external/chromium_org/third_party/skia/src/gpu/effects/
DGrSimpleTextureEffect.cpp59 GrTexture* textures[]) { in TestCreate()
DGrCustomCoordsTextureEffect.cpp96 GrTexture* textures[]) { in TestCreate()
DGrDistanceFieldTextureEffect.cpp230 GrTexture* textures[]) { in TestCreate()
500 GrTexture* textures[]) { in TestCreate()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
DMediaCodecVideoDecoder.java301 int[] textures = new int[1]; in initDecode() local
363 int[] textures = new int[1]; in release() local
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.c43 struct r300_textures_state *textures = in r300_release_referenced_objects() local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
Dr300_context.c43 struct r300_textures_state *textures = in r300_release_referenced_objects() local
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
Ddri_drawable.h59 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member
/external/mesa3d/src/gallium/state_trackers/dri/common/
Ddri_drawable.h59 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member
/external/chromium_org/third_party/mesa/src/src/glx/
Dsingle2.c883 __indirect_glAreTexturesResident(GLsizei n, const GLuint * textures, in __indirect_glAreTexturesResident()
939 glAreTexturesResidentEXT(GLsizei n, const GLuint * textures, in glAreTexturesResidentEXT()
/external/mesa3d/src/glx/
Dsingle2.c883 __indirect_glAreTexturesResident(GLsizei n, const GLuint * textures, in __indirect_glAreTexturesResident()
939 glAreTexturesResidentEXT(GLsizei n, const GLuint * textures, in glAreTexturesResidentEXT()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_st.c44 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
Dstw_st.c44 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_image.c48 struct pipe_resource *textures[NUM_NATIVE_ATTACHMENTS]; in egl_g3d_reference_native_pixmap() local
Degl_g3d_st.c211 struct pipe_resource *textures[NUM_NATIVE_ATTACHMENTS]; in egl_g3d_st_framebuffer_validate() local
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
Degl_g3d_image.c48 struct pipe_resource *textures[NUM_NATIVE_ATTACHMENTS]; in egl_g3d_reference_native_pixmap() local
Degl_g3d_st.c211 struct pipe_resource *textures[NUM_NATIVE_ATTACHMENTS]; in egl_g3d_st_framebuffer_validate() local
/external/chromium_org/gpu/tools/compositor_model_bench/measuring_confs/
Dtest04_1.txt.json1 …, "dim": [304, 304]}, "skipsDraw": false, "layerID": 13, "children": [{"textures": [{"texID": 32, … array

1234567