/external/mesa3d/src/gallium/include/state_tracker/ |
st_api.h | 179 struct pipe_resource *texture; member in struct:st_egl_image 181 /* format only differs from texture->format for multi-planar (YUV): */ 389 * Replace the texture image of a texture object at the specified level.
|
/external/mesa3d/src/intel/vulkan/ |
anv_nir_lower_input_attachments.c | 89 tex->texture = nir_deref_var_clone(load->variables[0], tex);
|
/external/mesa3d/src/mesa/state_tracker/ |
st_texture.h | 46 GLubyte *temp_data; /**< Temporary ETC texture storage. */ 47 unsigned temp_stride; /**< Stride of the ETC texture storage. */ 66 * Container for per-context sampler views of a texture. 107 /* The texture must include at levels [0..lastLevel] once validated: 115 * textures will be copied to this texture and the old storage freed. 122 /* Container of sampler views (one per context) attached to this texture 135 * implementing an API call that modifies the texture: an application which 136 * calls those while simultaneously reading the texture in another context 139 * texture modification.) 148 /* True if this texture comes from the window system. Such a textur [all...] |
/external/skia/src/gpu/mock/ |
GrMockGpu.h | 94 bool onTransferPixels(GrTexture* texture, int left, int top, int width, int height, GrColorType,
|
/external/skqp/src/gpu/mock/ |
GrMockGpu.h | 88 bool onTransferPixels(GrTexture* texture, int left, int top, int width, int height, GrColorType,
|
/external/swiftshader/src/D3D9/ |
Direct3DDevice9.hpp | 78 long __stdcall CreateTexture(unsigned int width, unsigned int height, unsigned int levels, unsigned long usage, D3DFORMAT format, D3DPOOL pool, IDirect3DTexture9 **texture, void **sharedHandle) override; 127 long __stdcall GetTexture(unsigned long sampler, IDirect3DBaseTexture9 **texture) override; 166 long __stdcall SetTexture(unsigned long sampler, IDirect3DBaseTexture9 *texture) override; 217 Direct3DBaseTexture9 *texture[16 + 4]; member in class:D3D9::Direct3DDevice9
|
/external/swiftshader/src/Device/ |
Context.hpp | 199 Resource *texture[TOTAL_IMAGE_UNITS]; member in class:sw::Context
|
Sampler.hpp | 43 struct Texture 206 const Texture &getTextureData(); 237 Texture texture; member in class:sw::Sampler
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
Renderbuffer.h | 68 RenderbufferTexture2D(Texture2D *texture, GLint level);
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
Framebuffer.cpp | 22 #include "Texture.h" 129 void Framebuffer::detachTexture(GLuint texture) 133 if(mColorbufferPointer[i].name() == texture && IsTextureTarget(mColorbufferType[i])) 140 if(mDepthbufferPointer.name() == texture && IsTextureTarget(mDepthbufferType)) 146 if(mStencilbufferPointer.name() == texture && IsTextureTarget(mStencilbufferType))
|
/external/swiftshader/src/Renderer/ |
Sampler.hpp | 43 struct Texture 208 const Texture &getTextureData(); 240 Texture texture; member in class:sw::Sampler
|
/external/virglrenderer/src/ |
vrend_renderer.c | 329 struct vrend_resource *texture; member in struct:vrend_surface 364 struct vrend_resource *texture; member in struct:vrend_sampler_view 382 struct vrend_resource *texture; member in struct:vrend_image_view 685 "<<WARNING #6>>", "Texture Rect", "Offset Line", "Offset Point", 727 if (surf->id != surf->texture->id) 729 vrend_resource_reference(&surf->texture, NULL); 745 if (samp->texture->id != samp->id) 747 vrend_resource_reference(&samp->texture, NULL); 3510 struct vrend_resource *texture = tview->texture; local [all...] |
/developers/build/prebuilts/gradle/Camera2Raw/Application/src/main/java/com/example/android/camera2raw/ |
Camera2RawFragment.java | 211 public void onSurfaceTextureAvailable(SurfaceTexture texture, int width, int height) { 216 public void onSurfaceTextureSizeChanged(SurfaceTexture texture, int width, int height) { 221 public boolean onSurfaceTextureDestroyed(SurfaceTexture texture) { 229 public void onSurfaceTextureUpdated(SurfaceTexture texture) { 613 mTextureView = (AutoFitTextureView) view.findViewById(R.id.texture); 924 SurfaceTexture texture = mTextureView.getSurfaceTexture(); local [all...] |
/developers/samples/android/media/Camera2Raw/Application/src/main/java/com/example/android/camera2raw/ |
Camera2RawFragment.java | 211 public void onSurfaceTextureAvailable(SurfaceTexture texture, int width, int height) { 216 public void onSurfaceTextureSizeChanged(SurfaceTexture texture, int width, int height) { 221 public boolean onSurfaceTextureDestroyed(SurfaceTexture texture) { 229 public void onSurfaceTextureUpdated(SurfaceTexture texture) { 613 mTextureView = (AutoFitTextureView) view.findViewById(R.id.texture); 924 SurfaceTexture texture = mTextureView.getSurfaceTexture(); local [all...] |
/development/samples/browseable/Camera2Raw/src/com.example.android.camera2raw/ |
Camera2RawFragment.java | 211 public void onSurfaceTextureAvailable(SurfaceTexture texture, int width, int height) { 216 public void onSurfaceTextureSizeChanged(SurfaceTexture texture, int width, int height) { 221 public boolean onSurfaceTextureDestroyed(SurfaceTexture texture) { 229 public void onSurfaceTextureUpdated(SurfaceTexture texture) { 612 mTextureView = (AutoFitTextureView) view.findViewById(R.id.texture); 922 SurfaceTexture texture = mTextureView.getSurfaceTexture(); local [all...] |
/external/deqp/framework/opengl/ |
gluTexture.cpp | 21 * \brief Texture classes. 87 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture upload failed"); 100 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture upload failed"); 139 TCU_THROW(NotSupportedError, "Compressed texture format not supported"); 170 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture upload failed"); 184 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture upload failed"); 199 // Decompress to reference texture. 206 // Upload to GL texture in compressed form. 211 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture upload failed"); 222 // Uncompressed texture 233 Texture2D* texture = new Texture2D(context, isRGBA ? GL_RGBA : GL_RGB, GL_UNSIGNED_BYTE, level.getWidth(), level.getHeight()); local [all...] |
/external/deqp/modules/gles3/functional/ |
es3fNegativeStateApiTests.cpp | [all...] |
/external/mesa3d/src/gallium/drivers/swr/ |
swr_draw.cpp | 251 swr_store_dirty_resource(pipe, cb->texture, SWR_TILE_RESOLVED); 255 swr_store_dirty_resource(pipe, ctx->framebuffer.zsbuf->texture,
|
/external/mesa3d/src/gallium/targets/haiku-softpipe/ |
GalliumContext.cpp | 355 fScreen->flush_frontbuffer(fScreen, surface->texture, 0, 0, 362 fScreen->flush_frontbuffer(fScreen, zSurface->texture, 0, 0,
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_tex.c | 52 * Set the texture wrap modes. 54 * \param t Texture object whose wrap modes are to be set 55 * \param swrap Wrap mode for the \a s texture coordinate 56 * \param twrap Wrap mode for the \a t texture coordinate 159 * Set the texture magnification and minification modes. 161 * \param t Texture whose filter modes are to be set 162 * \param minf Texture minification mode 163 * \param magf Texture magnification mode 259 GLuint unit = ctx->Texture.CurrentUnit; 260 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit] [all...] |
/external/mesa3d/src/mesa/main/ |
dd.h | 162 * The driver must support texture rectangles of width 1024 or more. 171 * \name Texture image functions 176 * Choose actual hardware texture format given the texture target, the 209 * Allocate texture memory and copy the user's image to the buffer. 214 * \param texImage is the destination texture image. 223 * Replace a subset of the target texture with new texel data. 248 * the clear value in the same internal format as the texture image. If it 249 * is NULL then the texture should be cleared to zeroes. 281 * texture, this function will be called multiple times: once for eac [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
GLErrorLogger.java | 56 public void glActiveTexture(int texture) { 57 ((GL10) mGL).glActiveTexture(texture); 71 public void glBindTexture(int target, int texture) { 72 ((GL10)mGL).glBindTexture(target, texture); 111 public void glClientActiveTexture(int texture) { 112 ((GL10)mGL).glClientActiveTexture(texture); 963 public boolean glIsTexture(int texture) { 964 boolean result = ((GL11)mGL).glIsTexture( texture);
|
/external/skia/experimental/nima/ |
NimaActor.cpp | 119 NimaActorImage::NimaActorImage(nima::ActorImage* actorImage, SkImage* texture, SkPaint* paint) 121 , fTexture(texture)
|
/external/skqp/experimental/nima/ |
NimaActor.cpp | 119 NimaActorImage::NimaActorImage(nima::ActorImage* actorImage, SkImage* texture, SkPaint* paint) 121 , fTexture(texture)
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/ |
PVRTgles2Ext.h | 104 typedef void (GL_APIENTRYP PFNGLFRAMEBUFFERTEXTURE2DMULTISAMPLEIMG) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples); 115 typedef void (GL_APIENTRYP PFNGLFRAMEBUFFERTEXTURE3DOES) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset);
|