HomeSort by relevance Sort by last modified time
    Searched refs:formatCount (Results 1 - 16 of 16) 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/
SourceCoverageViewText.cpp 144 std::string C = formatCount(Line.ExecutionCount);
176 std::string C = formatCount(S->Count);
185 << formatCount(S->Count) << (S->IsRegionEntry ? "\n" : " (pop)\n");
SourceCoverageViewHTML.cpp 375 tag("div", Snippets[I + 1] + tag("span", formatCount(CurSeg->Count),
397 Count = tag("pre", formatCount(Line.ExecutionCount));
SourceCoverageView.cpp 84 std::string SourceCoverageView::formatCount(uint64_t N) {
SourceCoverageView.h 243 static std::string formatCount(uint64_t N);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
SourceCoverageViewText.cpp 154 std::string C = formatCount(Line.getExecutionCount());
195 std::string C = formatCount(S->Count);
201 << formatCount(S->Count) << "\n";
SourceCoverageViewHTML.cpp 592 tag("div", Snippets[I + 1] + tag("span", formatCount(CurSeg->Count),
598 << formatCount(CurSeg->Count) << "\n";
618 Count = tag("pre", formatCount(Line.getExecutionCount()));
SourceCoverageView.cpp 99 std::string SourceCoverageView::formatCount(uint64_t N) {
SourceCoverageView.h 225 static std::string formatCount(uint64_t N);
  /external/skia/src/utils/win/
SkWGL.h 94 int formatCount,
SkWGL_win.cpp 126 int formatCount,
130 if (formatCount <= 0) {
139 rankedFormats.setCount(formatCount);
140 for (int i = 0; i < formatCount; ++i) {
  /external/skqp/src/utils/win/
SkWGL.h 94 int formatCount,
SkWGL_win.cpp 126 int formatCount,
130 if (formatCount <= 0) {
139 rankedFormats.setCount(formatCount);
140 for (int i = 0; i < formatCount; ++i) {
  /cts/tests/tests/graphics/jni/
VulkanPreTransformTestHelpers.cpp 280 uint32_t formatCount = 0;
282 &formatCount, nullptr));
284 std::vector<VkSurfaceFormatKHR> formats(formatCount);
286 &formatCount, formats.data()));
289 for (formatIndex = 0; formatIndex < formatCount; ++formatIndex) {
294 ASSERT(formatIndex < formatCount);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiMemoryRequirementInvarianceTests.cpp 503 int formatCount = (int)(sizeof(formatlist) / sizeof(unsigned int));
507 formatCount = 184;
510 for (int i = 0; i < formatCount; i++)
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmImageSamplerTests.cpp     [all...]

Completed in 1278 milliseconds