OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glType
(Results
1 - 11
of
11
) sorted by null
/external/skia/tests/
GrDrawTargetTest.cpp
25
GrContextFactory::GLContextType
glType
= static_cast<GrContextFactory::GLContextType>(type);
27
GrContext* grContext = factory->get(
glType
);
ResourceCacheTest.cpp
64
GrContextFactory::GLContextType
glType
= static_cast<GrContextFactory::GLContextType>(type);
65
if (!GrContextFactory::IsRenderingGLContext(
glType
)) {
68
GrContext* context = factory->get(
glType
);
ReadWriteAlphaTest.cpp
21
GrContextFactory::GLContextType
glType
= static_cast<GrContextFactory::GLContextType>(type);
22
if (!GrContextFactory::IsRenderingGLContext(
glType
)) {
25
GrContext* context = factory->get(
glType
);
GpuDrawPathTest.cpp
50
GrContextFactory::GLContextType
glType
= static_cast<GrContextFactory::GLContextType>(type);
52
GrContext* grContext = factory->get(
glType
);
GpuColorFilterTest.cpp
115
GrContextFactory::GLContextType
glType
= static_cast<GrContextFactory::GLContextType>(type);
117
GrContext* grContext = factory->get(
glType
);
ClipCacheTest.cpp
226
GrContextFactory::GLContextType
glType
= static_cast<GrContextFactory::GLContextType>(type);
227
if (!GrContextFactory::IsRenderingGLContext(
glType
)) {
230
GrContext* context = factory->get(
glType
);
GpuBitmapCopyTest.cpp
106
GrContextFactory::GLContextType
glType
= static_cast<GrContextFactory::GLContextType>(type);
107
if (!GrContextFactory::IsRenderingGLContext(
glType
)) {
111
GrContext* grContext = factory->get(
glType
);
/device/generic/goldfish/opengl/system/OpenglSystemCommon/
gralloc_cb.h
43
glType
(p_glType),
96
int
glType
; // OpenGL type enum used when uploading to host
/device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp
200
GLenum
glType
= 0;
210
glType
= GL_UNSIGNED_BYTE;
215
glType
= GL_UNSIGNED_BYTE;
220
glType
= GL_UNSIGNED_SHORT_5_6_5;
231
glType
= GL_UNSIGNED_SHORT;
241
glType
= GL_UNSIGNED_BYTE;
302
glFormat,
glType
);
741
int bpp = glUtilsPixelBitSize(cb->glFormat, cb->
glType
) >> 3;
757
cb->glFormat, cb->
glType
,
765
cb->glFormat, cb->
glType
,
[
all
...]
/frameworks/rs/driver/
rsdAllocation.h
54
GLenum
glType
;
61
int
glType
;
rsdAllocation.cpp
117
RSD_CALL_GL(glTexSubImage2D, t, lod, xoff, yoff, w, h, drv->glFormat, drv->
glType
, ptr);
148
0, drv->glFormat, drv->
glType
, p);
153
drv->glFormat, drv->
glType
, p);
176
if (!drv->
glType
|| !drv->glFormat) {
447
drv->
glType
= rsdTypeToGLType(alloc->mHal.state.type->getElement()->getComponent().getType());
450
drv->
glType
= 0;
576
drv->glFormat, drv->
glType
, alloc->mHal.drvState.lod[0].mallocPtr);
[
all
...]
Completed in 273 milliseconds