Home | History | Annotate | Download | only in glshared

Lines Matching defs:gls

66 namespace gls
278 static MethodInfo getMethodInfo (gls::DrawTestSpec::DrawMethod method)
2049 DE_ASSERT(((const deUint8*)indexOffset - (const deUint8*)DE_NULL) % gls::DrawTestSpec::indexTypeSize(indexType) == 0); // \note This is checked in spec validation
2053 command.firstIndex = (glw::GLuint)(((const deUint8*)indexOffset - (const deUint8*)DE_NULL) / gls::DrawTestSpec::indexTypeSize(indexType));
2292 int dataTypeSize = gls::DrawTestSpec::inputTypeSize(inputType);
2310 int dataTypeSize = gls::DrawTestSpec::inputTypeSize(inputType);
3016 if (drawMethod != gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS && drawMethod != gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS)
3018 if (drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS && (indexType != INDEXTYPE_BYTE && indexType != INDEXTYPE_SHORT))
3031 if (!attribs[ndx].useDefaultAttribute && attribs[ndx].storage == gls::DrawTestSpec::STORAGE_USER)
3037 if (indexPointerOffset % gls::DrawTestSpec::indexTypeSize(indexType) != 0)
3399 static PrimitiveClass getDrawPrimitiveClass (gls::DrawTestSpec::Primitive primitiveType)
3403 case gls::DrawTestSpec::PRIMITIVE_POINTS:
3406 case gls::DrawTestSpec::PRIMITIVE_LINES:
3407 case gls::DrawTestSpec::PRIMITIVE_LINE_STRIP:
3408 case gls::DrawTestSpec::PRIMITIVE_LINE_LOOP:
3409 case gls::DrawTestSpec::PRIMITIVE_LINES_ADJACENCY:
3410 case gls::DrawTestSpec::PRIMITIVE_LINE_STRIP_ADJACENCY:
3413 case gls::DrawTestSpec::PRIMITIVE_TRIANGLES:
3414 case gls::DrawTestSpec::PRIMITIVE_TRIANGLE_FAN:
3415 case gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP:
3416 case gls::DrawTestSpec::PRIMITIVE_TRIANGLES_ADJACENCY:
3417 case gls::DrawTestSpec::PRIMITIVE_TRIANGLE_STRIP_ADJACENCY:
3764 bool DrawTest::compare (gls::DrawTestSpec::Primitive primitiveType)
3921 } // gls