HomeSort by relevance Sort by last modified time
    Searched refs:shaderInfo (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
SkiaShader.cpp 213 BitmapShaderInfo* shaderInfo,
243 if (shaderInfo) {
244 shaderInfo->width = width;
245 shaderInfo->height = height;
246 shaderInfo->wrapS = wrapS;
247 shaderInfo->wrapT = wrapT;
248 shaderInfo->texture = texture;
274 BitmapShaderInfo shaderInfo;
275 if (!bitmapShaderHelper(caches, NULL, &shaderInfo, extensions, bitmap, xy)) {
280 Texture* texture = shaderInfo.texture
    [all...]
  /external/deqp/framework/opengl/
gluShaderProgram.cpp 398 static tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderInfo& shaderInfo)
400 return log << tcu::TestLog::Shader(getLogShaderType(shaderInfo.type), shaderInfo.source, shaderInfo.compileOk, shaderInfo.infoLog);
455 const ShaderInfo& shaderInfo = program.getShaderInfo(shaderType, shaderNdx);
456 log << tcu::TestLog::Float(s_compileTimeDesc[shaderType].name, s_compileTimeDesc[shaderType].description, "ms", QP_KEY_TAG_TIME, (float)shaderInfo.compileTimeUs / 1000.0f);
457 allShadersOk = allShadersOk && shaderInfo.compileOk
    [all...]

Completed in 78 milliseconds