Home
last modified time | relevance | path

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

1234567

/external/chromium_org/cc/resources/
Dprioritized_resource_unittest.cc125 scoped_ptr<PrioritizedResource> textures[kMaxTextures * 2]; in TEST_F() local
169 scoped_ptr<PrioritizedResource> textures[kMaxTextures]; in TEST_F() local
236 scoped_ptr<PrioritizedResource> textures[kMaxTextures]; in TEST_F() local
306 scoped_ptr<PrioritizedResource> textures[kMaxTextures]; in TEST_F() local
386 scoped_ptr<PrioritizedResource> textures[kMaxTextures]; in TEST_F() local
459 scoped_ptr<PrioritizedResource> textures[kMaxTextures]; in TEST_F() local
603 scoped_ptr<PrioritizedResource> textures[kNumTextures]; in TEST_F() local
665 scoped_ptr<PrioritizedResource> textures[kMaxTextures]; in TEST_F() local
788 scoped_ptr<PrioritizedResource> textures[kMaxTextures]; in TEST_F() local
845 scoped_ptr<PrioritizedResource> textures[kMaxTextures]; in TEST_F() local
[all …]
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
DVideoStreamsView.java134 int[] textures = yuvTextures[stream == Endpoint.LOCAL ? 0 : 1]; in setSize() local
223 private void texImage2D(I420Frame frame, int[] textures) { in texImage2D()
239 private void drawRectangle(int[] textures, FloatBuffer vertices) { in drawRectangle()
/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/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/skia/src/gpu/effects/
DGrSimpleTextureEffect.cpp57 GrTexture* textures[]) { in TestCreate()
DGrCustomCoordsTextureEffect.cpp90 GrTexture* textures[]) { in TestCreate()
DGrDistanceFieldTextureEffect.cpp101 GrTexture* textures[]) { in TestCreate()
DGrBicubicEffect.cpp146 GrTexture* textures[]) { in TestCreate()
/external/skia/src/gpu/effects/
DGrSimpleTextureEffect.cpp57 GrTexture* textures[]) { in TestCreate()
DGrCustomCoordsTextureEffect.cpp90 GrTexture* textures[]) { in TestCreate()
DGrDistanceFieldTextureEffect.cpp101 GrTexture* textures[]) { in TestCreate()
DGrBicubicEffect.cpp146 GrTexture* textures[]) { in TestCreate()
/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/mesa3d/src/gallium/drivers/r300/
Dr300_context.c43 struct r300_textures_state *textures = in r300_release_referenced_objects() local
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
DMaterialContext.java41 /* package */final List<Structure> textures; field in MaterialContext
149 List<Texture> textures = new ArrayList<Texture>(entry.getValue().size()); in MaterialContext() 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/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/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/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/wgl/
Dstw_st.c44 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
Degl_g3d_st.c211 struct pipe_resource *textures[NUM_NATIVE_ATTACHMENTS]; in egl_g3d_st_framebuffer_validate() local
Degl_g3d_image.c48 struct pipe_resource *textures[NUM_NATIVE_ATTACHMENTS]; in egl_g3d_reference_native_pixmap() local
/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

1234567