Home
last modified time | relevance | path

Searched defs:textureID (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fFboStateQueryTests.cpp235 GLuint textureID = 0; in test() local
295 GLuint textureID = 0; in test() local
332 GLuint textureID = 0; in test() local
377 GLuint textureID = 0; in test() local
394 GLuint textureID = 0; in test() local
542 GLuint textureID = 0; in test() local
727 GLuint textureID = 0; in testColorAttachment() local
750 GLuint textureID = 0; in testDepthAttachment() local
838 GLuint textureID = 0; in test() local
942 GLuint textureID = 0; in testColorAttachment() local
[all …]
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fFboStateQueryTests.cpp91 GLuint textureID = 0; in test() local
151 GLuint textureID = 0; in test() local
188 GLuint textureID = 0; in test() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/cgl/
H A DIOSurfaceSurfaceCGL.cpp170 GLuint textureID = textureGL->getTextureID(); in bindTexImage() local
302 GLuint textureID = 0; in attachToFramebuffer() local
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsTextureStateQueryTests.cpp1620 GLuint textureID = 0; in test() local
1644 GLuint textureID = 0; in test() local
1692 GLuint textureID = 0; in test() local
1745 GLuint textureID = 0; in test() local
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLTexture.h51 GrGLuint textureID() const { return fID; } in textureID() function
H A DGrGLGpu.cpp2857 GrGpuResource::UniqueID textureID = texture->uniqueID(); in bindTexture() local
3064 void GrGLGpu::bindTextureToScratchUnit(GrGLenum target, GrGLint textureID) { in bindTextureToScratchUnit()
/aosp_15_r20/frameworks/rs/driver/
H A DrsdAllocation.h38 uint32_t textureID; member
/aosp_15_r20/cts/tests/openglperf2/src/android/opengl2/cts/reference/
H A DGLGameActivity.java160 int textureID = textures[0]; in loadTexture() local
/aosp_15_r20/external/libultrahdr/lib/src/gpu/
H A Duhdr_gl_utils.cpp184 GLuint textureID; in create_texture() local
/aosp_15_r20/external/angle/samples/multiple_contexts/
H A DMultipleContexts.cpp20 GLuint textureID; member
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/wgl/
H A DDXGISwapChainWindowSurfaceWGL.cpp196 GLuint textureID = textureGL->getTextureID(); in bindTexImage() local
H A DD3DTextureSurfaceWGL.cpp426 GLuint textureID = textureGL->getTextureID(); in bindTexImage() local
/aosp_15_r20/cts/tests/tests/opengl/src/android/opengl/cts/
H A DCompressedTextureSurfaceView.java142 private void renderQuad(int textureID) { in renderQuad()
/aosp_15_r20/external/skia/src/utils/
H A DSkCanvasStateUtils.cpp85 int32_t textureID; member
/aosp_15_r20/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DPanoramaActivity.java476 public void onMosaicSurfaceCreated(final int textureID) { in onMosaicSurfaceCreated()
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A DFrameCapture.h402 void setResetActiveTexture(size_t textureID) { mResetActiveTexture = textureID; } in setResetActiveTexture()
H A DFrameCapture.cpp2882 for (gl::TextureID textureID : textureIDs) in CaptureFramebufferAttachment() local
8392 for (gl::TextureID textureID : textureIDs) in maybeCapturePreCallUpdates() local
/aosp_15_r20/external/deqp/modules/gles2/stress/
H A Des2sSpecialFloatTests.cpp262 GLuint textureID = 0; in drawTestPattern() local
/aosp_15_r20/external/deqp/modules/gles3/stress/
H A Des3sSpecialFloatTests.cpp270 GLuint textureID = 0; in drawTestPattern() local
/aosp_15_r20/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
H A DDecodeAccuracyTestBase.java1029 private int textureID = -1; field in GLSurfaceViewFactory.GLSurfaceViewThread
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp1174 void Context::deleteTexture(TextureID textureID) in deleteTexture()