Home
last modified time | relevance | path

Searched refs:tempDecl (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fUniformLocationTests.cpp896 const deUint32 tempDecl[] = in init() local
907 Stage(tempDecl[0] | tempDecl[1] | tempDecl[2] | tempDecl[3]), in init()
908 Stage(tempDecl[1] | tempDecl[2] | tempDecl[3]), in init()
909 Stage(tempDecl[2] | tempDecl[3]), in init()
910 Stage(tempDecl[3]), in init()
/external/skia/src/gpu/glsl/
DGrGLSLShaderBuilder.cpp33 SkString tempDecl; in declAppend() local
34 var.appendDecl(fProgramBuilder->shaderCaps(), &tempDecl); in declAppend()
35 this->codeAppendf("%s;", tempDecl.c_str()); in declAppend()
/external/skqp/src/gpu/glsl/
DGrGLSLShaderBuilder.cpp33 SkString tempDecl; in declAppend() local
34 var.appendDecl(fProgramBuilder->shaderCaps(), &tempDecl); in declAppend()
35 this->codeAppendf("%s;", tempDecl.c_str()); in declAppend()