HomeSort by relevance Sort by last modified time
    Searched defs:glType (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/skia/tests/
GrDrawTargetTest.cpp 25 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
27 GrContext* grContext = factory->get(glType);
GpuDrawPathTest.cpp 48 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
50 GrContext* grContext = factory->get(glType);
ReadWriteAlphaTest.cpp 20 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
21 if (!GrContextFactory::IsRenderingGLContext(glType)) {
24 GrContext* context = factory->get(glType);
ClipCacheTest.cpp 224 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
225 if (!GrContextFactory::IsRenderingGLContext(glType)) {
228 GrContext* context = factory->get(glType);
GpuColorFilterTest.cpp 113 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
115 GrContext* grContext = factory->get(glType);
ResourceCacheTest.cpp 284 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
285 if (!GrContextFactory::IsRenderingGLContext(glType)) {
288 GrContext* context = factory->get(glType);
  /external/skia/tests/
GrDrawTargetTest.cpp 25 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
27 GrContext* grContext = factory->get(glType);
GpuDrawPathTest.cpp 48 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
50 GrContext* grContext = factory->get(glType);
ReadWriteAlphaTest.cpp 20 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
21 if (!GrContextFactory::IsRenderingGLContext(glType)) {
24 GrContext* context = factory->get(glType);
ClipCacheTest.cpp 224 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
225 if (!GrContextFactory::IsRenderingGLContext(glType)) {
228 GrContext* context = factory->get(glType);
GpuColorFilterTest.cpp 113 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
115 GrContext* grContext = factory->get(glType);
ResourceCacheTest.cpp 284 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
285 if (!GrContextFactory::IsRenderingGLContext(glType)) {
288 GrContext* context = factory->get(glType);
  /frameworks/rs/driver/
rsdAllocation.h 54 GLenum glType;
61 int 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
  /external/deqp/modules/gles31/functional/
es31fShaderStateQueryTests.cpp 60 glw::GLenum glType;
137 if (type != (glw::GLint)samplerTypes[typeNdx].glType)
139 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid type, expected " << samplerTypes[typeNdx].glType << ", got " << type << tcu::TestLog::EndMessage;
  /external/deqp/modules/gles2/functional/
es2fReadPixelsTests.cpp 65 void getFormatInfo (tcu::TextureFormat& format, GLint& glFormat, GLint& glType, int& pixelSize, bool& align);
143 void ReadPixelsTest::getFormatInfo (tcu::TextureFormat& format, GLint& glFormat, GLint& glType, int& pixelSize, bool& align)
148 GLU_CHECK_CALL(glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_TYPE, &glType));
150 format = glu::mapGLTransferFormat(glFormat, glType);
153 switch (glType)
189 glType = GL_UNSIGNED_BYTE;
204 GLint glType;
207 getFormatInfo(format, glFormat, glType, pixelSize, align);
208 m_testCtx.getLog() << tcu::TestLog::Message << "Format: " << glu::getPixelFormatStr(glFormat) << ", Type: " << glu::getTypeStr(glType) << tcu::TestLog::EndMessage;
242 GLU_CHECK_CALL(glReadPixels(0, 0, width, height, glFormat, glType, &(pixelData[0])))
    [all...]
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 196 GLenum glType = 0;
206 glType = GL_UNSIGNED_BYTE;
211 glType = GL_UNSIGNED_BYTE;
216 glType = GL_UNSIGNED_SHORT_5_6_5;
227 glType = GL_UNSIGNED_SHORT;
237 glType = GL_UNSIGNED_BYTE;
298 glFormat, glType);
737 int bpp = glUtilsPixelBitSize(cb->glFormat, cb->glType) >> 3;
753 cb->glFormat, cb->glType,
761 cb->glFormat, cb->glType,
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
OutputHLSL.cpp 389 const GLenum glType = glVariableType(type);
390 const int numComponents = gl::UniformComponentCount(glType);
446 const GLenum glType = glVariableType(type);
447 numComponents = gl::MatrixComponentCount(glType, isRowMajorMatrix);
461 const GLenum glType = glVariableType(type);
462 numComponents = gl::UniformComponentCount(glType);
    [all...]

Completed in 220 milliseconds