HomeSort by relevance Sort by last modified time
    Searched refs:GL_UNSIGNED_SHORT (Results 1 - 25 of 298) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_format.c 30 return GL_UNSIGNED_SHORT;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_format.c 30 return GL_UNSIGNED_SHORT;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
glformats.c 82 case GL_UNSIGNED_SHORT:
118 case GL_UNSIGNED_SHORT:
237 case GL_UNSIGNED_SHORT:
396 case GL_UNSIGNED_SHORT:
426 case GL_UNSIGNED_SHORT:
1107 case GL_UNSIGNED_SHORT:
1133 case GL_UNSIGNED_SHORT:
1152 case GL_UNSIGNED_SHORT:
1169 case GL_UNSIGNED_SHORT:
1199 case GL_UNSIGNED_SHORT
    [all...]
formats.c     [all...]
  /external/mesa3d/src/mesa/main/
glformats.c 82 case GL_UNSIGNED_SHORT:
118 case GL_UNSIGNED_SHORT:
237 case GL_UNSIGNED_SHORT:
396 case GL_UNSIGNED_SHORT:
426 case GL_UNSIGNED_SHORT:
1107 case GL_UNSIGNED_SHORT:
1133 case GL_UNSIGNED_SHORT:
1152 case GL_UNSIGNED_SHORT:
1169 case GL_UNSIGNED_SHORT:
1199 case GL_UNSIGNED_SHORT
    [all...]
formats.c     [all...]
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/MultipleRenderTargets/
MultipleRenderTargets.c 228 glDrawElements ( GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices );
237 glDrawElements ( GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices );
241 glDrawElements ( GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices );
245 glDrawElements ( GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices );
249 glDrawElements ( GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices );
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/TextureWrap/
TextureWrap.c 204 glDrawElements ( GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices );
210 glDrawElements ( GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices );
216 glDrawElements ( GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices );
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
IndexDataManager.cpp 25 if (!mStreamingBufferShort->reserveBufferSpace(INITIAL_INDEX_BUFFER_SIZE, GL_UNSIGNED_SHORT))
73 else if (type == GL_UNSIGNED_SHORT)
103 else if (type == GL_UNSIGNED_SHORT)
117 GLenum destinationIndexType = (type == GL_UNSIGNED_INT) ? GL_UNSIGNED_INT : GL_UNSIGNED_SHORT;
130 case GL_UNSIGNED_SHORT: alignedOffset = (offset % sizeof(GLushort) == 0); break;
254 mCountingBuffer->reserveBufferSpace(spaceNeeded, GL_UNSIGNED_SHORT);
IndexBuffer9.cpp 46 if (indexType == GL_UNSIGNED_SHORT || indexType == GL_UNSIGNED_BYTE)
196 case GL_UNSIGNED_SHORT: return D3DFMT_INDEX16;
VertexBuffer9.cpp 261 template <> struct GLToCType<GL_UNSIGNED_SHORT> { typedef GLushort type; };
336 template <> struct VertexTypeMapping<GL_UNSIGNED_SHORT, false> : VertexTypeMappingBase<D3DVT_FLOAT> { }; // Cast
337 template <> struct VertexTypeMapping<GL_UNSIGNED_SHORT, true> : VertexTypeMappingBase<D3DVT_USHORT_NORM, D3DVT_FLOAT> { }; // Cast, Normalize
426 TRANSLATIONS_FOR_TYPE(GL_UNSIGNED_SHORT),
459 case GL_UNSIGNED_SHORT: return 3;
  /external/chromium_org/third_party/mesa/src/src/glx/
compsize.c 105 case GL_UNSIGNED_SHORT:
  /external/mesa3d/src/glx/
compsize.c 105 case GL_UNSIGNED_SHORT:
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_fog.c 146 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) {
s_alpha.c 119 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
141 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
s_chan.h 58 #define CHAN_TYPE GL_UNSIGNED_SHORT
  /external/mesa3d/src/mesa/swrast/
s_fog.c 146 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) {
s_alpha.c 119 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
141 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
s_chan.h 58 #define CHAN_TYPE GL_UNSIGNED_SHORT
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_primitive_restart.c 57 case GL_UNSIGNED_SHORT:
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_primitive_restart.c 57 case GL_UNSIGNED_SHORT:
  /external/replicaisland/src/com/replica/replicaisland/
Grid.java 247 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);
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
YVURenderer.cpp 112 glDrawElements(GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_SHORT, g_iIndices3);
  /packages/apps/Camera2/jni/feature_mos/src/mosaic_renderer/
YVURenderer.cpp 112 glDrawElements(GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_SHORT, g_iIndices3);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
YVURenderer.cpp 112 glDrawElements(GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_SHORT, g_iIndices3);

Completed in 711 milliseconds

1 2 3 4 5 6 7 8 91011>>