Home
last modified time | relevance | path

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

1234567

/third_party/vk-gl-cts/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 …]
/third_party/mesa3d/src/mesa/main/
Dtexobj.c1179 GLsizei n, GLuint *textures, const char *caller) in create_textures()
1213 GLsizei n, GLuint *textures, const char *caller) in create_textures_err()
1247 _mesa_GenTextures_no_error(GLsizei n, GLuint *textures) in _mesa_GenTextures_no_error()
1255 _mesa_GenTextures(GLsizei n, GLuint *textures) in _mesa_GenTextures()
1275 _mesa_CreateTextures_no_error(GLenum target, GLsizei n, GLuint *textures) in _mesa_CreateTextures_no_error()
1283 _mesa_CreateTextures(GLenum target, GLsizei n, GLuint *textures) in _mesa_CreateTextures()
1434 delete_textures(struct gl_context *ctx, GLsizei n, const GLuint *textures) in delete_textures()
1535 _mesa_DeleteTextures_no_error(GLsizei n, const GLuint *textures) in _mesa_DeleteTextures_no_error()
1543 _mesa_DeleteTextures(GLsizei n, const GLuint *textures) in _mesa_DeleteTextures()
1926 const GLuint *textures, bool no_error) in bind_textures()
[all …]
Dshaderimage.c684 const GLuint *textures, bool no_error) in bind_image_textures()
793 const GLuint *textures) in _mesa_BindImageTextures_no_error()
801 _mesa_BindImageTextures(GLuint first, GLsizei count, const GLuint *textures) in _mesa_BindImageTextures()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DVulkanImageTest.cpp172 GLuint textures[1] = {texture}; in TEST_P() local
227 GLuint textures[1] = {texture}; in TEST_P() local
294 GLuint textures[1] = {texture}; in TEST_P() local
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.cpp762 GLTexture textures[kAttachmentCount]; in TEST_P() local
831 GLTexture textures[kAttachmentCount]; in TEST_P() local
902 GLTexture textures[kAttachmentCount]; in TEST_P() local
1008 GLTexture textures[kAttachmentCount]; in TEST_P() local
1091 GLTexture textures[kAttachmentCount]; in TEST_P() local
1217 GLTexture textures[kAttachmentCount]; in TEST_P() local
1329 GLTexture textures[2]; in TEST_P() local
1362 GLTexture textures[2]; in TEST_P() local
1424 GLTexture textures[2]; in TEST_P() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DvalidationGL44.cpp37 const GLuint *textures) in ValidateBindImageTextures()
47 bool ValidateBindTextures(Context *context, GLuint first, GLsizei count, const GLuint *textures) in ValidateBindTextures()
DvalidationGL11.cpp16 const GLuint *textures, in ValidateAreTexturesResident()
82 const GLuint *textures, in ValidatePrioritizeTextures()
/third_party/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()
/third_party/boost/libs/flyweight/example/
Dkey_value.cpp80 std::vector<texture_flyweight> textures; in main() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DClearTest.cpp631 GLTexture textures[kAttachmentCount]; in TEST_P() local
697 GLTexture textures[kAttachmentCount]; in TEST_P() local
768 GLTexture textures[kAttachmentCount]; in TEST_P() local
892 GLTexture textures[kAttachmentCount]; in TEST_P() local
988 GLTexture textures[2]; in TEST_P() local
1021 GLTexture textures[2]; in TEST_P() local
1083 GLTexture textures[2]; in TEST_P() local
DCopyTextureTest.cpp792 GLTexture textures[2]; in TEST_P() local
895 GLTexture textures[2]; in TEST_P() local
991 GLTexture textures[2]; in TEST_P() local
1059 GLTexture textures[2]; in TEST_P() local
1120 GLTexture textures[2]; in TEST_P() local
1170 GLTexture textures[2]; in TEST_P() local
1201 GLTexture textures[2]; in TEST_P() local
1232 GLTexture textures[2]; in TEST_P() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DPassResourceUsage.h35 std::vector<TextureBase*> textures; member
/third_party/skia/include/gpu/
DGrYUVABackendTextures.h95 const std::array<GrBackendTexture, SkYUVAInfo::kMaxPlanes>& textures() const { in textures() function
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-reflection/vert/
Dtexture_buffer.vert.json23 "textures" : [ array
/third_party/flutter/skia/src/gpu/
DGrGpuCommandBuffer.cpp63 const auto* textures = dynamicStateArrays->fPrimitiveProcessorTextures; in draw() local
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_4_autogen.cpp82 void GL_APIENTRY BindImageTextures(GLuint first, GLsizei count, const GLuint *textures) in BindImageTextures()
120 void GL_APIENTRY BindTextures(GLuint first, GLsizei count, const GLuint *textures) in BindTextures()
Dentry_points_gl_1_1_autogen.cpp29 GLboolean GL_APIENTRY AreTexturesResident(GLsizei n, const GLuint *textures, GLboolean *residences) in AreTexturesResident()
238 void GL_APIENTRY DeleteTextures(GLsizei n, const GLuint *textures) in DeleteTextures()
358 void GL_APIENTRY GenTextures(GLsizei n, GLuint *textures) in GenTextures()
551 void GL_APIENTRY PrioritizeTextures(GLsizei n, const GLuint *textures, const GLfloat *priorities) in PrioritizeTextures()
/third_party/flutter/skia/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
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-reflection/frag/
Dimage-load-store-uint-coord.asm.frag.json15 "textures" : [ array
/third_party/flutter/skia/src/core/
DSkDraw_atlas.cpp44 void SkDraw::drawAtlas(const SkImage* atlas, const SkRSXform xform[], const SkRect textures[], in drawAtlas()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DWindowSurfaceCGL.h42 SwapTexture textures[3]; member
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DWindowSurfaceCGL.h41 SwapTexture textures[3]; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
DWindowSurfaceEAGL.h50 SwapTexture textures[3]; member
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_st.c46 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member
278 struct pipe_resource **textures = in stw_st_framebuffer_validate() local

1234567