HomeSort by relevance Sort by last modified time
    Searched refs:GL_POINTS (Results 251 - 275 of 302) sorted by null

<<111213

  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/GLES3/
gl3.h 81 #define GL_POINTS 0x0000
    [all...]
gl31.h 81 #define GL_POINTS 0x0000
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/GLES3/
gl3.h 81 #define GL_POINTS 0x0000
    [all...]
gl31.h 81 #define GL_POINTS 0x0000
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/GLES3/
gl3.h 81 #define GL_POINTS 0x0000
    [all...]
gl31.h 81 #define GL_POINTS 0x0000
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/GLES3/
gl3.h 81 #define GL_POINTS 0x0000
    [all...]
gl31.h 81 #define GL_POINTS 0x0000
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/GLES3/
gl3.h 81 #define GL_POINTS 0x0000
    [all...]
gl31.h 81 #define GL_POINTS 0x0000
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Renderer11.cpp 777 case GL_POINTS: primitiveTopology = D3D11_PRIMITIVE_TOPOLOGY_POINTLIST; minCount = 1; break;
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Renderer9.cpp     [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 564 if(mode == GL_POINTS && ctx->isArrEnabled(GL_POINT_SIZE_ARRAY_OES)){
589 if(mode == GL_POINTS && ctx->isArrEnabled(GL_POINT_SIZE_ARRAY_OES)){
    [all...]
  /external/deqp/modules/gles2/functional/
es2fRasterizationTests.cpp 444 drawPrimitives(resultImage, drawBuffer, GL_POINTS);
    [all...]
es2fClippingTests.cpp 556 ctx.drawArrays (GL_POINTS, 0, (glw::GLsizei)m_points.size());
    [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeShaderApiTests.cpp     [all...]
es3fClippingTests.cpp 559 ctx.drawArrays (GL_POINTS, 0, (glw::GLsizei)m_points.size());
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp 742 GL_POINTS, // PRIMITIVE_POINTS = 0,
    [all...]
  /frameworks/native/opengl/include/GLES3/
gl31.h 81 #define GL_POINTS 0x0000
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
gl.h 77 #define GL_POINTS 0x0000
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/GLES3/
gl31.h 81 #define GL_POINTS 0x0000
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwEnums.inl 79 #define GL_POINTS 0x0000
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl.h 190 #define GL_POINTS 0x0000
    [all...]

Completed in 2081 milliseconds

<<111213