HomeSort by relevance Sort by last modified time
    Searched refs:formatCount (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/opengl/src/android/opengl/cts/
WrapperTest.java 55 int formatCount = countBuf[0];
56 Log.d(TAG, "got count=" + formatCount);
59 GLES10.glGetIntegerv(GLES10.GL_COMPRESSED_TEXTURE_FORMATS, new int[formatCount], 0);
63 ByteBuffer fullByteBuf = ByteBuffer.allocateDirect(4 * formatCount);
70 ByteBuffer oversizeByteBuf = ByteBuffer.allocateDirect(4 * (formatCount+OFFSET));
78 ByteBuffer partialByteBuf = ByteBuffer.allocateDirect(4 * (formatCount - 1));
89 GLES10.glGetIntegerv(GLES10.GL_COMPRESSED_TEXTURE_FORMATS, new int[formatCount-1], 0);
111 int formatCount = countBuf[0];
112 Log.d(TAG, "got count=" + formatCount);
115 GLES20.glGetIntegerv(GLES20.GL_COMPRESSED_TEXTURE_FORMATS, new int[formatCount], 0)
    [all...]
  /external/chromium_org/third_party/skia/include/utils/
SkWGL.h 90 int formatCount,
  /external/skia/include/utils/
SkWGL.h 90 int formatCount,
  /external/chromium_org/third_party/skia/src/utils/win/
SkWGL_win.cpp 99 int formatCount,
108 rankedFormats.setCount(formatCount);
109 for (int i = 0; i < formatCount; ++i) {
  /external/skia/src/utils/win/
SkWGL_win.cpp 99 int formatCount,
108 rankedFormats.setCount(formatCount);
109 for (int i = 0; i < formatCount; ++i) {

Completed in 38 milliseconds