Searched refs:getAttrib (Results 1 - 19 of 19) sorted by relevance

/external/deqp/framework/platform/lnx/X11/
H A DtcuLnxX11GlxPlatform.cpp118 int getAttrib (int attribute);
149 unsigned int getAttrib (int attribute);
298 int GlxVisual::getAttrib (int attribute) function in class:tcu::lnx::x11::glx::GlxVisual
403 unsigned GlxDrawable::getAttrib (int attrib) function in class:tcu::lnx::x11::glx::GlxDrawable
436 *width = getAttrib(GLX_WIDTH);
438 *height = getAttrib(GLX_HEIGHT);
487 return visual.getAttrib(GLX_FBCONFIG_ID) == renderCfg.id;
493 requested != visual.getAttrib(it->glxAttribute))
500 if ((visual.getAttrib(GLX_DRAWABLE_TYPE) & bits) == 0)
543 if (visual.getAttrib(GLX_DOUBLEBUFFE
[all...]
/external/skia/src/gpu/ccpr/
H A DGrCCCoverageProcessor_VSImpl.cpp40 numInputPoints, numInputPoints, proc.getAttrib(kAttribIdx_X).fName, swizzle,
41 proc.getAttrib(kAttribIdx_Y).fName, swizzle);
54 SkASSERT(kFloat4_GrVertexAttribType == proc.getAttrib(kAttribIdx_X).fType);
55 v->codeAppendf("half wind = %s.w;", proc.getAttrib(kAttribIdx_X).fName);
253 proc.getAttrib(kAttribIdx_VertexData).fName,
255 proc.getAttrib(kAttribIdx_VertexData).fName);
269 proc.getAttrib(kAttribIdx_VertexData).fName);
275 proc.getAttrib(kAttribIdx_VertexData).fName);
293 v->codeAppendf("if (0 == (%s & (1 << 5))) {", proc.getAttrib(kAttribIdx_VertexData).fName);
297 v->codeAppendf("if (0 == (%s & (1 << 4))) {", proc.getAttrib(kAttribIdx_VertexDat
[all...]
H A DGrCCPathProcessor.h68 const Attribute& attrib = this->getAttrib((int)attribID);
74 const Attribute& attrib = this->getAttrib(kNumInstanceAttribs);
H A DGrCCCoverageProcessor_GSImpl.cpp34 gpArgs->fPositionVar.set(GrVertexAttribTypeToSLType(proc.getAttrib(0).fType),
35 proc.getAttrib(0).fName);
71 SkASSERT(kFloat4_GrVertexAttribType == proc.getAttrib(0).fType);
/external/skqp/src/gpu/ccpr/
H A DGrCCCoverageProcessor_VSImpl.cpp39 numInputPoints, numInputPoints, proc.getAttrib(kAttribIdx_X).fName,
40 proc.getAttrib(kAttribIdx_Y).fName);
243 proc.getAttrib(kAttribIdx_VertexData).fName,
245 proc.getAttrib(kAttribIdx_VertexData).fName);
259 proc.getAttrib(kAttribIdx_VertexData).fName);
265 proc.getAttrib(kAttribIdx_VertexData).fName);
283 v->codeAppendf("if (0 == (%s & (1 << 5))) {", proc.getAttrib(kAttribIdx_VertexData).fName);
287 v->codeAppendf("if (0 == (%s & (1 << 4))) {", proc.getAttrib(kAttribIdx_VertexData).fName);
432 SkASSERT(offsetof(CubicInstance, fX) == this->getAttrib(kAttribIdx_X).fOffsetInRecord);
433 SkASSERT(offsetof(CubicInstance, fY) == this->getAttrib(kAttribIdx_
[all...]
H A DGrCCPathProcessor.h68 const Attribute& attrib = this->getAttrib((int)attribID);
74 const Attribute& attrib = this->getAttrib(kNumInstanceAttribs);
H A DGrCCCoverageProcessor_GSImpl.cpp35 proc.getAttrib(0).fName);
/external/skia/src/gpu/
H A DGrPrimitiveProcessor.h66 const Attribute& getAttrib(int index) const { return fAttribs[index]; } function in class:GrPrimitiveProcessor
/external/skqp/src/gpu/
H A DGrPrimitiveProcessor.h66 const Attribute& getAttrib(int index) const { return fAttribs[index]; } function in class:GrPrimitiveProcessor
/external/skia/tests/
H A DPrimitiveProcessorTest.cpp75 this->writeOutputPosition(args.fVertBuilder, gpArgs, gp.getAttrib(0).fName);
/external/skqp/tests/
H A DPrimitiveProcessorTest.cpp75 this->writeOutputPosition(args.fVertBuilder, gpArgs, gp.getAttrib(0).fName);
/external/skia/src/gpu/glsl/
H A DGrGLSLVarying.cpp72 const GrGeometryProcessor::Attribute& attr = gp.getAttrib(i);
/external/skqp/src/gpu/glsl/
H A DGrGLSLVarying.cpp64 const GrGeometryProcessor::Attribute& attr = gp.getAttrib(i);
/external/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.cpp227 GL_CALL(BindAttribLocation(programID, i, primProc.getAttrib(i).fName));
/external/skqp/src/gpu/gl/builders/
H A DGrGLProgramBuilder.cpp218 GL_CALL(BindAttribLocation(programID, i, primProc.getAttrib(i).fName));
/external/skia/src/gpu/vk/
H A DGrVkPipeline.cpp85 const GrGeometryProcessor::Attribute& attrib = primProc.getAttrib(attribIndex);
/external/skqp/src/gpu/vk/
H A DGrVkPipeline.cpp85 const GrGeometryProcessor::Attribute& attrib = primProc.getAttrib(attribIndex);
/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp1902 const GrGeometryProcessor::Attribute& attrib = primProc.getAttrib(i);
/external/skqp/src/gpu/gl/
H A DGrGLGpu.cpp1906 const GrGeometryProcessor::Attribute& attrib = primProc.getAttrib(i);

Completed in 505 milliseconds