Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DStream.cpp135 mPlanes[0].texture = glState.getTargetTexture(gl::TextureType::External); in createConsumerGLTextureExternal()
DState.h307 Texture *getTargetTexture(TextureType type) const;
DvalidationEGL.cpp4101 gl::Texture *texture = context->getState().getTargetTexture(gl::TextureType::External); in ValidateStreamConsumerGLTextureExternalKHR()
4330 gl::Texture *texture = context->getState().getTargetTexture(gl::TextureType::External); in ValidateStreamConsumerGLTextureExternalAttribsNV()
DState.cpp1629 Texture *State::getTargetTexture(TextureType type) const in getTargetTexture() function in gl::State
DvalidationES.cpp3754 Texture *texture = state.getTargetTexture(texType); in ValidateCopyTexImageParametersBase()
DContext.cpp1499 return mState.getTargetTexture(type); in getTextureByType()
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dcapture_gles_ext_params.cpp3526 const Texture *texture = glState.getTargetTexture(TextureTargetToType(target)); in CaptureGetTexImageANGLE_pixels()
DFrameCapture.cpp4493 gl::Texture *texture = context->getState().getTargetTexture(textureType); in captureCompressedTextureData()
4645 gl::Texture *texture = context->getState().getTargetTexture(textureType); in trackTextureUpdate()