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

/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp112 int getAttrib (int attribute);
142 unsigned int getAttrib (int attribute);
290 int GlxVisual::getAttrib (int attribute) function in class:tcu::x11::glx::GlxVisual
340 unsigned GlxDrawable::getAttrib (int attrib) function in class:tcu::x11::glx::GlxDrawable
373 *width = getAttrib(GLX_WIDTH);
375 *height = getAttrib(GLX_HEIGHT);
424 return visual.getAttrib(GLX_FBCONFIG_ID) == renderCfg.id;
430 requested != visual.getAttrib(it->glxAttribute))
437 if ((visual.getAttrib(GLX_DRAWABLE_TYPE) & bits) == 0)
480 if (visual.getAttrib(GLX_DOUBLEBUFFE
[all...]
/external/skia/src/gpu/
H A DGrPrimitiveProcessor.h121 const Attribute& getAttrib(int index) const { return fAttribs[index]; } function in class:GrPrimitiveProcessor
/external/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.cpp133 GL_CALL(BindAttribLocation(programID, i, primProc.getAttrib(i).fName));
/external/skia/src/gpu/glsl/
H A DGrGLSLVarying.cpp68 const GrGeometryProcessor::Attribute& attr = gp.getAttrib(i);
/external/skia/src/gpu/vk/
H A DGrVkPipeline.cpp64 const GrGeometryProcessor::Attribute& attrib = primProc.getAttrib(attribIndex);
/external/skia/src/gpu/instanced/
H A DInstanceProcessor.cpp114 const char* attr(Attrib attr) const { return fInstProc.getAttrib((int)attr).fName; }
/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp2002 const GrGeometryProcessor::Attribute& attrib = primProc.getAttrib(attribIndex);

Completed in 247 milliseconds