Home
last modified time | relevance | path

Searched full:gles1 (Results 1 – 25 of 109) sorted by relevance

12345

/third_party/skia/third_party/externals/angle2/src/tests/
Dangle_end2end_tests.gni155 "gl_tests/gles1/AlphaFuncTest.cpp",
156 "gl_tests/gles1/BasicDrawTest.cpp",
157 "gl_tests/gles1/BootAnimationTest.cpp",
158 "gl_tests/gles1/ClientActiveTextureTest.cpp",
159 "gl_tests/gles1/ClientStateEnable.cpp",
160 "gl_tests/gles1/ClipPlaneTest.cpp",
161 "gl_tests/gles1/CurrentColorTest.cpp",
162 "gl_tests/gles1/CurrentNormalTest.cpp",
163 "gl_tests/gles1/CurrentTextureCoordsTest.cpp",
164 "gl_tests/gles1/DrawTextureTest.cpp",
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_1_0.cpp7 // Context_gles_1_0.cpp: Implements the GLES1-specific parts of Context.
41 mState.gles1().setAlphaFunc(func, ref); in alphaFunc()
46 mState.gles1().setAlphaFunc(func, ConvertFixedToFloat(ref)); in alphaFuncx()
62 mState.gles1().setClientTextureUnit(texture - GL_TEXTURE0); in clientActiveTexture()
68 mState.gles1().setClipPlane(p - GL_CLIP_PLANE0, eqn); in clipPlanef()
80 mState.gles1().setClipPlane(plane - GL_CLIP_PLANE0, equationf); in clipPlanex()
85 mState.gles1().setCurrentColor({red, green, blue, alpha}); in color4f()
90 mState.gles1().setCurrentColor( in color4ub()
97 mState.gles1().setCurrentColor({ConvertFixedToFloat(red), ConvertFixedToFloat(green), in color4x()
116 mState.gles1().setClientStateEnabled(clientState, false); in disableClientState()
[all …]
DGLES1Renderer.cpp76 GLES1State &gles1State = glState->gles1(); in prepareForDraw()
213 // If anything is dirty in gles1 or the common parts of gles1/2, just redo these parts in prepareForDraw()
443 int GLES1Renderer::VertexArrayIndex(ClientVertexArrayType type, const GLES1State &gles1) in VertexArrayIndex() argument
456 return kTextureCoordAttribIndexBase + gles1.getClientTextureUnit(); in VertexArrayIndex()
522 AttributesMask prevAttributesMask = glState->gles1().getVertexArraysAttributeMask(); in drawTexture()
526 glState->gles1().setAllDirty(); in drawTexture()
823 glState->gles1().setAllDirty(); in initializeRendererProgram()
965 glState->gles1().setAllDirty(); in initializeRendererProgram()
1052 GLES1State &gles1 = glState->gles1(); in setAttributesEnabled() local
1063 int index = VertexArrayIndex(attrib, glState->gles1()); in setAttributesEnabled()
[all …]
DTexture.h159 // GLES1 emulation: For GL_OES_draw_texture
163 // GLES1 emulation: Auto-mipmap generation is a texparameter
235 // GLES1 emulation: Texture crop rectangle
239 // GLES1 emulation: Generate-mipmap hint per texture
549 // GLES1 emulation
/third_party/mesa3d/src/mapi/es1api/
Dmeson.build36 'gles1.def',
37 input: 'gles1.def.in',
38 output : 'gles1.def',
82 '--symbols-file', files('gles1-symbols.txt'),
/third_party/skia/third_party/externals/angle2/samples/
DBUILD.gn168 sources = [ "gles1/HelloTriangle.cpp" ]
172 sources = [ "gles1/SimpleTexture2D.cpp" ]
176 sources = [ "gles1/SimpleLighting.cpp" ]
180 sources = [ "gles1/FlatShading.cpp" ]
184 sources = [ "gles1/DrawTexture.cpp" ]
/third_party/vk-gl-cts/modules/egl/
DteglGLES1RenderUtil.hpp23 * \brief GLES1 render utils.
34 namespace gles1 namespace
41 } // gles1
DteglColorClearTests.cpp86 CASE("gles1", "Color clears using GLES1", EGL_OPENGL_ES_BIT, 1), in init()
94 …CASE("gles1", "Color clears using multiple GLES1 contexts to shared surface", EGL_OPENGL_ES_BI… in init()
DteglGLES1RenderUtil.cpp21 * \brief GLES1 render utils.
36 namespace gles1 namespace
84 } // gles1
/third_party/vk-gl-cts/targets/x11_egl/
Dx11_egl.cmake33 # Support GLES1, we use pkg-config because some distributions do not ship
34 # GLES1 libraries and headers, this way user can override search path by
37 PKG_CHECK_MODULES(GLES1 glesv1_cm)
/third_party/vk-gl-cts/targets/default/
DFindGLES1.cmake1 # Find GLES1
14 FIND_PACKAGE_HANDLE_STANDARD_ARGS(GLES1 DEFAULT_MSG GLES1_LIBRARIES GLES1_INCLUDE_DIR)
/third_party/mesa3d/docs/
Dopengles.rst13 #. Run ``meson configure`` with ``-D gles1=true -D gles2=true`` and
20 #. Run ``meson configure`` with ``-D gles1=true -D gles2=true``.
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DTextureParameterTest.cpp7 // TextureParameterTest.cpp: Tests GLES1-specific usage of glTexParameter.
82 // Not supported in GLES1 in TEST_P()
87 // Checks that GLES1-specific texture parameters can be set.
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
Ddeqp_egl_test_expectations.txt132 2306 WIN : dEQP-EGL.functional.color_clears.single_context.gles1* = FAIL
133 2306 WIN : dEQP-EGL.functional.color_clears.multi_context.gles1* = FAIL
134 2306 MAC : dEQP-EGL.functional.color_clears.single_context.gles1* = FAIL
135 2306 MAC : dEQP-EGL.functional.color_clears.multi_context.gles1* = FAIL
136 2306 LINUX : dEQP-EGL.functional.color_clears.single_context.gles1* = FAIL
137 2306 LINUX : dEQP-EGL.functional.color_clears.multi_context.gles1* = FAIL
/third_party/openGLES/xml/
Dgenglvnd.py303 apiname = 'gles1',
308 addExtensions = es1CorePat, # Add mandatory ES1 extensions in GLES1/gl.h
322 apiname = 'gles1',
326 defaultExtensions = 'gles1', # Default extensions for GLES 1
328 … removeExtensions = es1CorePat, # Remove mandatory ES1 extensions in GLES1/glext.h
Dgenheaders.py235 apiname = 'gles1',
240 addExtensions = es1CorePat, # Add mandatory ES1 extensions in GLES1/gl.h
254 apiname = 'gles1',
258 defaultExtensions = 'gles1', # Default extensions for GLES 1
260 … removeExtensions = es1CorePat, # Remove mandatory ES1 extensions in GLES1/glext.h
/third_party/EGL/api/
Dgenheaders.py240 apiname = 'gles1',
245 addExtensions = es1CorePat, # Add mandatory ES1 extensions in GLES1/gl.h
259 apiname = 'gles1',
263 defaultExtensions = 'gles1', # Default extensions for GLES 1
265 … removeExtensions = es1CorePat, # Remove mandatory ES1 extensions in GLES1/glext.h
/third_party/skia/third_party/externals/egl-registry/api/
Dgenheaders.py315 apiname = 'gles1',
320 addExtensions = es1CorePat, # Add mandatory ES1 extensions in GLES1/gl.h
334 apiname = 'gles1',
338 defaultExtensions = 'gles1', # Default extensions for GLES 1
340 … removeExtensions = es1CorePat, # Remove mandatory ES1 extensions in GLES1/glext.h
/third_party/skia/third_party/externals/opengl-registry/xml/
Dgenheaders.py313 apiname = 'gles1',
318 addExtensions = es1CorePat, # Add mandatory ES1 extensions in GLES1/gl.h
332 apiname = 'gles1',
336 defaultExtensions = 'gles1', # Default extensions for GLES 1
338 … removeExtensions = es1CorePat, # Remove mandatory ES1 extensions in GLES1/glext.h
Dgenglvnd.py333 apiname = 'gles1',
338 addExtensions = es1CorePat, # Add mandatory ES1 extensions in GLES1/gl.h
352 apiname = 'gles1',
356 defaultExtensions = 'gles1', # Default extensions for GLES 1
358 … removeExtensions = es1CorePat, # Remove mandatory ES1 extensions in GLES1/glext.h
/third_party/vk-gl-cts/scripts/egl/
Dproc_address_tests.py119 gles1Extensions = getExtensionList(glRegistry, 'gles1')
121 gles10CoreIface = getInterface(glRegistry, 'gles1', '1.0')
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.3.x/src/
Degl-master.txt420 dEQP-EGL.functional.color_clears.single_context.gles1.rgb565_window
421 dEQP-EGL.functional.color_clears.single_context.gles1.rgb565_pixmap
422 dEQP-EGL.functional.color_clears.single_context.gles1.rgb565_pbuffer
423 dEQP-EGL.functional.color_clears.single_context.gles1.rgb888_window
424 dEQP-EGL.functional.color_clears.single_context.gles1.rgb888_pixmap
425 dEQP-EGL.functional.color_clears.single_context.gles1.rgb888_pbuffer
426 dEQP-EGL.functional.color_clears.single_context.gles1.rgba4444_window
427 dEQP-EGL.functional.color_clears.single_context.gles1.rgba4444_pixmap
428 dEQP-EGL.functional.color_clears.single_context.gles1.rgba4444_pbuffer
429 dEQP-EGL.functional.color_clears.single_context.gles1.rgba5551_window
[all …]
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.4.x/src/
Degl-master.txt420 dEQP-EGL.functional.color_clears.single_context.gles1.rgb565_window
421 dEQP-EGL.functional.color_clears.single_context.gles1.rgb565_pixmap
422 dEQP-EGL.functional.color_clears.single_context.gles1.rgb565_pbuffer
423 dEQP-EGL.functional.color_clears.single_context.gles1.rgb888_window
424 dEQP-EGL.functional.color_clears.single_context.gles1.rgb888_pixmap
425 dEQP-EGL.functional.color_clears.single_context.gles1.rgb888_pbuffer
426 dEQP-EGL.functional.color_clears.single_context.gles1.rgba4444_window
427 dEQP-EGL.functional.color_clears.single_context.gles1.rgba4444_pixmap
428 dEQP-EGL.functional.color_clears.single_context.gles1.rgba4444_pbuffer
429 dEQP-EGL.functional.color_clears.single_context.gles1.rgba5551_window
[all …]
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/master/
Degl-master.txt462 dEQP-EGL.functional.color_clears.single_context.gles1.rgb565_window
463 dEQP-EGL.functional.color_clears.single_context.gles1.rgb565_pixmap
464 dEQP-EGL.functional.color_clears.single_context.gles1.rgb565_pbuffer
465 dEQP-EGL.functional.color_clears.single_context.gles1.rgb888_window
466 dEQP-EGL.functional.color_clears.single_context.gles1.rgb888_pixmap
467 dEQP-EGL.functional.color_clears.single_context.gles1.rgb888_pbuffer
468 dEQP-EGL.functional.color_clears.single_context.gles1.rgba4444_window
469 dEQP-EGL.functional.color_clears.single_context.gles1.rgba4444_pixmap
470 dEQP-EGL.functional.color_clears.single_context.gles1.rgba4444_pbuffer
471 dEQP-EGL.functional.color_clears.single_context.gles1.rgba5551_window
[all …]
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.3.x/
Degl-master.txt420 dEQP-EGL.functional.color_clears.single_context.gles1.rgb565_window
421 dEQP-EGL.functional.color_clears.single_context.gles1.rgb565_pixmap
422 dEQP-EGL.functional.color_clears.single_context.gles1.rgb565_pbuffer
423 dEQP-EGL.functional.color_clears.single_context.gles1.rgb888_window
424 dEQP-EGL.functional.color_clears.single_context.gles1.rgb888_pixmap
425 dEQP-EGL.functional.color_clears.single_context.gles1.rgb888_pbuffer
426 dEQP-EGL.functional.color_clears.single_context.gles1.rgba4444_window
427 dEQP-EGL.functional.color_clears.single_context.gles1.rgba4444_pixmap
428 dEQP-EGL.functional.color_clears.single_context.gles1.rgba4444_pbuffer
429 dEQP-EGL.functional.color_clears.single_context.gles1.rgba5551_window
[all …]

12345