HomeSort by relevance Sort by last modified time
    Searched refs:formatCount (Results 1 - 6 of 6) 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/llvm/tools/llvm-cov/
SourceCoverageView.cpp 82 static std::string formatCount(uint64_t N) {
104 std::string C = formatCount(Line.ExecutionCount);
133 std::string C = formatCount(S->Count);
142 << formatCount(S->Count) << (S->IsRegionEntry ? "\n" : " (pop)\n");
  /external/skia/src/utils/win/
SkWGL.h 99 int formatCount,
SkWGL_win.cpp 126 int formatCount,
129 if (formatCount <= 0) {
138 rankedFormats.setCount(formatCount);
139 for (int i = 0; i < formatCount; ++i) {
  /external/vulkan-validation-layers/demos/
cube.c     [all...]
tri.c     [all...]

Completed in 81 milliseconds