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

  /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 21 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
22 if (!GrContextFactory::IsRenderingGLContext(glType)) {
25 GrContext* context = factory->get(glType);
RecordReplaceDrawTest.cpp 154 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
155 if (!GrContextFactory::IsRenderingGLContext(glType)) {
158 GrContext* context = factory->get(glType);
ClipCacheTest.cpp 219 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
220 if (!GrContextFactory::IsRenderingGLContext(glType)) {
223 GrContext* context = factory->get(glType);
GpuColorFilterTest.cpp 119 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
121 GrContext* grContext = factory->get(glType);
ResourceCacheTest.cpp     [all...]
  /frameworks/rs/driver/
rsdAllocation.h 55 GLenum glType;
62 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/gles2/functional/
es2fReadPixelsTests.cpp 66 void getFormatInfo (tcu::TextureFormat& format, GLint& glFormat, GLint& glType, int& pixelSize);
144 void ReadPixelsTest::getFormatInfo (tcu::TextureFormat& format, GLint& glFormat, GLint& glType, int& pixelSize)
149 GLU_CHECK_CALL(glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_TYPE, &glType));
153 if (glu::getTypeName(glType) == DE_NULL)
154 TCU_THROW(NotSupportedError, ("Unsupported GL_IMPLEMENTATION_COLOR_READ_TYPE: " + de::toString(tcu::Format::Hex<4>(glType))).c_str());
156 format = glu::mapGLTransferFormat(glFormat, glType);
164 glType = GL_UNSIGNED_BYTE;
179 GLint glType;
181 getFormatInfo(format, glFormat, glType, pixelSize);
182 m_testCtx.getLog() << tcu::TestLog::Message << "Format: " << glu::getPixelFormatStr(glFormat) << ", Type: " << glu::getTypeStr(glType) << tcu::TestLog::EndMessage
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderStateQueryTests.cpp 55 glw::GLenum glType;
103 std::string(glu::getShaderVarTypeStr(samplerTypes[typeNdx].glType).toString()),
104 "Uniform type " + glu::getShaderVarTypeStr(samplerTypes[typeNdx].glType).toString());
115 m_testCtx.getLog() << tcu::TestLog::Message << "Building program with uniform sampler of type " << glu::getShaderVarTypeStr(samplerTypes[typeNdx].glType) << tcu::TestLog::EndMessage;
139 if (type != (glw::GLint)samplerTypes[typeNdx].glType)
142 buf << "Invalid type, expected " << samplerTypes[typeNdx].glType << ", got " << type;
es31fCopyImageTests.cpp 549 const deUint32 glType = getTypeForInternalFormat(format);
555 gl.texImage2D(glTarget, level, format, (glw::GLsizei)size.x(), (glw::GLsizei)size.y(), 0, glFormat, glType, data);
560 gl.texImage3D(glTarget, level, format, (glw::GLsizei)size.x(), (glw::GLsizei)size.y(), (glw::GLsizei)size.z(), 0, glFormat, glType, data);
    [all...]
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 192 GLenum glType = 0;
202 glType = GL_UNSIGNED_BYTE;
207 glType = GL_UNSIGNED_BYTE;
212 glType = GL_UNSIGNED_SHORT_5_6_5;
224 glType = GL_UNSIGNED_SHORT;
234 glType = GL_UNSIGNED_BYTE;
295 glFormat, glType);
750 int bpp = glUtilsPixelBitSize(cb->glFormat, cb->glType) >> 3;
766 cb->glFormat, cb->glType,
774 cb->glFormat, cb->glType,
    [all...]

Completed in 1421 milliseconds