OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrGLTexture
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLTexture.cpp
8
#include "
GrGLTexture
.h"
15
void
GrGLTexture
::init(GrGpuGL* gpu,
39
GrGLTexture
::
GrGLTexture
(GrGpuGL* gpu,
45
GrGLTexture
::
GrGLTexture
(GrGpuGL* gpu,
52
void
GrGLTexture
::onRelease() {
57
void
GrGLTexture
::onAbandon() {
66
GrBackendObject
GrGLTexture
::getTextureHandle() const {
GrGLTexture.h
48
class
GrGLTexture
: public GrTextureImpl {
66
GrGLTexture
(GrGpuGL* gpu,
71
GrGLTexture
(GrGpuGL* gpu,
74
virtual ~
GrGLTexture
() { this->release(); }
GrGLRenderTarget.h
17
class
GrGLTexture
;
43
GrGLTexture
* texture);
99
// non-NULL if this RT was created by Gr with an associated
GrGLTexture
.
GrGpuGL.cpp
374
GrGLTexture
::Desc glTexDesc;
394
GrGLTexture
* texture = NULL;
410
texture = SkNEW_ARGS(
GrGLTexture
, (this, glTexDesc, glRTDesc));
412
texture = SkNEW_ARGS(
GrGLTexture
, (this, glTexDesc));
470
GrGLTexture
* glTex = static_cast<
GrGLTexture
*>(texture);
474
GrGLTexture
::Desc desc;
540
bool GrGpuGL::uploadTexData(const
GrGLTexture
::Desc& desc,
712
bool GrGpuGL::uploadCompressedTexData(const
GrGLTexture
::Desc& desc,
[
all
...]
GrGpuGL.h
18
#include "
GrGLTexture
.h"
53
void bindTexture(int unitIdx, const GrTextureParams& params,
GrGLTexture
* texture);
248
bool uploadTexData(const
GrGLTexture
::Desc& desc,
261
bool uploadCompressedTexData(const
GrGLTexture
::Desc& desc,
GrGLRenderTarget.cpp
48
GrGLTexture
* texture)
GrGLProgram.cpp
115
GrGLTexture
* texture = static_cast<
GrGLTexture
*>(dstCopy->texture());
GrGLProgramEffects.cpp
85
static_cast<
GrGLTexture
*>(textureAccess.getTexture()));
/external/chromium_org/skia/
skia_library.target.darwin-arm.mk
419
third_party/skia/src/gpu/gl/
GrGLTexture
.cpp \
skia_library.target.darwin-arm64.mk
419
third_party/skia/src/gpu/gl/
GrGLTexture
.cpp \
skia_library.target.darwin-mips.mk
419
third_party/skia/src/gpu/gl/
GrGLTexture
.cpp \
skia_library.target.darwin-mips64.mk
419
third_party/skia/src/gpu/gl/
GrGLTexture
.cpp \
skia_library.target.darwin-x86.mk
420
third_party/skia/src/gpu/gl/
GrGLTexture
.cpp \
skia_library.target.darwin-x86_64.mk
420
third_party/skia/src/gpu/gl/
GrGLTexture
.cpp \
skia_library.target.linux-arm.mk
419
third_party/skia/src/gpu/gl/
GrGLTexture
.cpp \
skia_library.target.linux-arm64.mk
419
third_party/skia/src/gpu/gl/
GrGLTexture
.cpp \
skia_library.target.linux-mips.mk
419
third_party/skia/src/gpu/gl/
GrGLTexture
.cpp \
skia_library.target.linux-mips64.mk
419
third_party/skia/src/gpu/gl/
GrGLTexture
.cpp \
skia_library.target.linux-x86.mk
420
third_party/skia/src/gpu/gl/
GrGLTexture
.cpp \
skia_library.target.linux-x86_64.mk
420
third_party/skia/src/gpu/gl/
GrGLTexture
.cpp \
Completed in 93 milliseconds