Home
last modified time | relevance | path

Searched refs:getTargetTexture (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libANGLE/
DStream.cpp135 mPlanes[0].texture = glState.getTargetTexture(gl::TextureType::External); in createConsumerGLTextureExternal()
DState.h833 Texture *getTargetTexture(TextureType type) const in getTargetTexture() function
DvalidationEGL.cpp4598 gl::Texture *texture = context->getState().getTargetTexture(gl::TextureType::External); in ValidateStreamConsumerGLTextureExternalKHR()
4815 gl::Texture *texture = context->getState().getTargetTexture(gl::TextureType::External); in ValidateStreamConsumerGLTextureExternalAttribsNV()
DContext.cpp1507 if (texture == mState.getTargetTexture(target)) in bindTexture()
1801 return mState.getTargetTexture(type); in getTextureByType()
DvalidationES.cpp4017 Texture *texture = state.getTargetTexture(texType); in ValidateCopyTexImageParametersBase()
/external/angle/src/libANGLE/capture/
Dcapture_gles_ext_params.cpp3642 const Texture *texture = glState.getTargetTexture(TextureTargetToType(target)); in CaptureGetTexImageANGLE_pixels()
3660 const Texture *texture = glState.getTargetTexture(TextureTargetToType(target)); in CaptureGetCompressedTexImageANGLE_pixels()
DFrameCapture.cpp6282 gl::Texture *texture = context->getState().getTargetTexture(textureType); in trackTextureUpdate()
6307 gl::Texture *texture = context->getState().getTargetTexture(textureType); in trackTextureUpdate()
7383 context->getState().getTargetTexture(target)->getId(), imageID)); in maybeCapturePreCallUpdates()