Searched refs:GL_UNSIGNED_SHORT (Results 1 - 25 of 152) sorted by relevance

1234567

/external/swiftshader/src/OpenGL/libGLES_CM/
H A DIndexDataManager.cpp55 else if(type == GL_UNSIGNED_SHORT)
81 else if(type == GL_UNSIGNED_SHORT)
148 case GL_UNSIGNED_SHORT: return sizeof(GLushort);
/external/autotest/client/deps/glbench/src/
H A Dglinterfacetest.cc81 glDrawElements(GL_TRIANGLES, num_indices_, GL_UNSIGNED_SHORT, 0);
H A Dtestbase.cc225 glDrawElements(GL_TRIANGLES, count_, GL_UNSIGNED_SHORT, 0);
228 glDrawElements(GL_TRIANGLES, count_, GL_UNSIGNED_SHORT, 0);
/external/swiftshader/src/OpenGL/libGL/
H A DIndexDataManager.cpp59 else if(type == GL_UNSIGNED_SHORT)
89 else if(type == GL_UNSIGNED_SHORT)
111 case GL_UNSIGNED_SHORT: alignedOffset = (offset % sizeof(GLushort) == 0); break;
166 case GL_UNSIGNED_SHORT: return sizeof(GLushort);
/external/mesa3d/src/mesa/main/
H A Dformats.c1016 *datatype = GL_UNSIGNED_SHORT;
1024 *datatype = GL_UNSIGNED_SHORT;
1077 *datatype = GL_UNSIGNED_SHORT;
1092 *datatype = GL_UNSIGNED_SHORT;
1142 *datatype = GL_UNSIGNED_SHORT;
1243 *datatype = GL_UNSIGNED_SHORT;
1247 *datatype = GL_UNSIGNED_SHORT;
1362 *datatype = GL_UNSIGNED_SHORT;
1366 *datatype = GL_UNSIGNED_SHORT;
1370 *datatype = GL_UNSIGNED_SHORT;
[all...]
H A Dglformats.c282 case GL_UNSIGNED_SHORT:
319 case GL_UNSIGNED_SHORT:
437 case GL_UNSIGNED_SHORT:
541 case GL_UNSIGNED_SHORT:
954 case GL_UNSIGNED_SHORT:
1934 case GL_UNSIGNED_SHORT:
1958 case GL_UNSIGNED_SHORT:
1975 case GL_UNSIGNED_SHORT:
1990 case GL_UNSIGNED_SHORT:
2022 case GL_UNSIGNED_SHORT
[all...]
H A Dpack.c264 srcType == GL_UNSIGNED_SHORT ||
324 case GL_UNSIGNED_SHORT:
508 srcType == GL_UNSIGNED_SHORT ||
519 dstType == GL_UNSIGNED_SHORT ||
581 case GL_UNSIGNED_SHORT:
644 case GL_UNSIGNED_SHORT:
779 * \param dstType one of GL_UNSIGNED_SHORT, GL_UNSIGNED_INT, GL_FLOAT
799 if (srcType == GL_UNSIGNED_INT && dstType == GL_UNSIGNED_SHORT) {
808 if (srcType == GL_UNSIGNED_SHORT
863 case GL_UNSIGNED_SHORT
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_fog.c146 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
171 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
190 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
209 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
234 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
H A Ds_alpha.c118 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
140 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
H A Ds_chan.h59 #define CHAN_TYPE GL_UNSIGNED_SHORT
/external/deqp/framework/opengl/simplereference/
H A DsglrContextUtil.cpp104 ctx.drawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(indices), GL_UNSIGNED_SHORT, 0);
150 ctx.drawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(indices), GL_UNSIGNED_SHORT, &indices[0]);
H A DsglrReferenceUtils.cpp37 case GL_UNSIGNED_SHORT: return rr::VERTEXATTRIBTYPE_PURE_UINT16;
74 case GL_UNSIGNED_SHORT:
172 case GL_UNSIGNED_SHORT: return rr::INDEXTYPE_UINT16;
/external/mesa3d/src/glx/
H A Dcompsize.c115 case GL_UNSIGNED_SHORT:
/external/replicaisland/src/com/replica/replicaisland/
H A DGrid.java247 GL10.GL_UNSIGNED_SHORT, mIndexBuffer.position(startIndex));
251 GL11.GL_UNSIGNED_SHORT, startIndex * CHAR_SIZE);
265 GL10.GL_UNSIGNED_SHORT, mIndexBuffer);
277 GL11.GL_UNSIGNED_SHORT, 0);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DIndexDataManager.cpp59 else if(type == GL_UNSIGNED_SHORT)
89 else if(type == GL_UNSIGNED_SHORT)
162 case GL_UNSIGNED_SHORT: return sizeof(GLushort);
H A Dutilities.cpp64 InsertFormatMapping(&map, GL_RGBA_INTEGER, GL_UNSIGNED_SHORT, GL_RGBA16UI);
81 InsertFormatMapping(&map, GL_RGB_INTEGER, GL_UNSIGNED_SHORT, GL_RGB16UI);
94 InsertFormatMapping(&map, GL_RG_INTEGER, GL_UNSIGNED_SHORT, GL_RG16UI);
107 InsertFormatMapping(&map, GL_RED_INTEGER, GL_UNSIGNED_SHORT, GL_R16UI);
137 InsertFormatMapping(&map, GL_DEPTH_COMPONENT, GL_UNSIGNED_SHORT, GL_DEPTH_COMPONENT16);
614 case GL_UNSIGNED_SHORT:
770 case GL_UNSIGNED_SHORT: // GL_OES_depth_texture
912 case GL_UNSIGNED_SHORT: VALIDATE_INTERNALFORMAT(GL_RGBA16UI)
939 case GL_UNSIGNED_SHORT: VALIDATE_INTERNALFORMAT(GL_RGB16UI)
962 case GL_UNSIGNED_SHORT
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fVertexArrayObjectTests.cpp273 case GL_UNSIGNED_SHORT: typeSize = sizeof(GLushort); break;
294 case GL_UNSIGNED_SHORT:
334 case GL_UNSIGNED_SHORT: stride = buffer.componentCount * (int)sizeof(GLushort); break;
385 case GL_UNSIGNED_SHORT:
441 case GL_UNSIGNED_SHORT: scale = (1.0f/float((1u<<15)-1u)); break;
459 case GL_UNSIGNED_SHORT: scale = (0.5f/float((1u<<15)-1u)); break;
487 case GL_UNSIGNED_SHORT: scale = (1.0f/float((1u<<15)-1u)); break;
516 case GL_UNSIGNED_SHORT: scale = (1.0f/float((1u<<15)-1u)); break;
849 case GL_UNSIGNED_SHORT: typeSize = sizeof(GLushort); break;
870 case GL_UNSIGNED_SHORT
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_primitive_restart.c59 case GL_UNSIGNED_SHORT:
/external/deqp/modules/gles2/functional/
H A Des2fDepthRangeTests.cpp198 glDrawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(quadIndices), GL_UNSIGNED_SHORT, &quadIndices[0]);
201 glDrawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(quadIndices), GL_UNSIGNED_SHORT, &quadIndices[0]);
221 glDrawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(quadIndices), GL_UNSIGNED_SHORT, &quadIndices[0]);
341 glDrawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(quadIndices), GL_UNSIGNED_SHORT, &quadIndices[0]);
367 glDrawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(quadIndices), GL_UNSIGNED_SHORT, &quadIndices[0]);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_array.c276 case GL_UNSIGNED_SHORT: return ushort_types_int[size-1];
291 case GL_UNSIGNED_SHORT: return ushort_types_norm[size-1];
307 case GL_UNSIGNED_SHORT: return ushort_types_scale[size-1];
/external/mesa3d/docs/specs/OLD/
H A DMESA_packed_depth_stencil.spec47 And perhaps just use GL_UNSIGNED_INT, GL_UNSIGNED_SHORT ?
52 3. Do we really want the GL_UNSIGNED_SHORT formats?
/external/mesa3d/src/gallium/state_trackers/osmesa/
H A Dosmesa.c198 else if (type == GL_UNSIGNED_SHORT) {
215 else if (type == GL_UNSIGNED_SHORT) {
232 else if (type == GL_UNSIGNED_SHORT) {
246 else if (type == GL_UNSIGNED_SHORT) {
738 * GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_array.c77 case GL_UNSIGNED_SHORT:
H A Dnouveau_render_t.c166 case GL_UNSIGNED_SHORT:
H A Dnv10_render.c99 case GL_UNSIGNED_SHORT:

Completed in 1765 milliseconds

1234567