OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:compilation_status
(Results
1 - 3
of
3
) sorted by null
/prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc/src/
shaderc_private.h
44
shaderc_compilation_status
compilation_status
=
member in struct:shaderc_compilation_result
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
esextcTextureBufferPrecision.cpp
230
glw::GLint
compilation_status
= GL_FALSE;
local
231
gl.getShaderiv(m_sh_id, GL_COMPILE_STATUS, &
compilation_status
);
234
if (
compilation_status
!= expected_status)
/external/deqp/external/openglcts/modules/glesext/
esextcTestCaseBase.cpp
403
glw::GLint
compilation_status
= GL_FALSE;
local
427
gl.getShaderiv(sh_id, GL_COMPILE_STATUS, &
compilation_status
);
430
if (
compilation_status
!= GL_TRUE)
458
*out_has_compilation_failed = (
compilation_status
== GL_FALSE);
461
if (
compilation_status
!= GL_TRUE)
[
all
...]
Completed in 269 milliseconds