Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DStream.cpp135 mPlanes[0].texture = glState.getTargetTexture(gl::TextureType::External); in createConsumerGLTextureExternal()
DState.h307 Texture *getTargetTexture(TextureType type) const;
DvalidationEGL.cpp3906 gl::Texture *texture = context->getState().getTargetTexture(gl::TextureType::External); in ValidateStreamConsumerGLTextureExternalKHR()
4132 gl::Texture *texture = context->getState().getTargetTexture(gl::TextureType::External); in ValidateStreamConsumerGLTextureExternalAttribsNV()
DState.cpp1553 Texture *State::getTargetTexture(TextureType type) const in getTargetTexture() function in gl::State
DvalidationES.cpp3580 Texture *texture = state.getTargetTexture(texType); in ValidateCopyTexImageParametersBase()
DContext.cpp1457 return mState.getTargetTexture(type); in getTextureByType()
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.cpp2111 es2::Texture *texture = context->getTargetTexture(target); in GenerateMipmap()
3292 es2::Texture *texture = context->getTargetTexture(target); in GetTexParameterfv()
3372 es2::Texture *texture = context->getTargetTexture(target); in GetTexParameteriv()
4637 es2::Texture *texture = context->getTargetTexture(target); in TexParameterf()
4761 es2::Texture *texture = context->getTargetTexture(target); in TexParameteri()
DContext.h614 Texture *getTargetTexture(GLenum target) const;
DContext.cpp1675 Texture *Context::getTargetTexture(GLenum target) const in getTargetTexture() function in es2::Context
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp3999 gl::Texture *dstTexture = context->getState().getTargetTexture(dstTextureType); in copyCompressedTextureData()
4105 gl::Texture *texture = context->getState().getTargetTexture(textureType); in captureCompressedTextureData()
Dcapture_gles_ext_params.cpp3503 const Texture *texture = glState.getTargetTexture(TextureTargetToType(target)); in CaptureGetTexImageANGLE_pixels()