Home
last modified time | relevance | path

Searched defs:is1D (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp125 bool is1D = de::inRange<int>(program, PROGRAM_1D_FLOAT, PROGRAM_1D_UINT_BIAS) in getProgram() local
/external/swiftshader/src/Device/
DSampler.hpp117 bool is1D() const in is1D() function
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp209 bool is1D = de::inRange<int>(program, PROGRAM_1D_FLOAT, PROGRAM_1D_SHADOW_BIAS) in initializePrograms() local
/external/pdfium/third_party/libtiff/
Dtif_fax3.c271 int is1D; /* current line is 1d/2d-encoded */ in Fax3Decode2D() local
/external/deqp-deps/glslang/glslang/Include/
DTypes.h86 bool is1D() const { return false; } in is1D() function
117 bool is1D() const { return dim == Esd1D; } in is1D() function